From af591e60546796723db40957c2187e23e55f1669 Mon Sep 17 00:00:00 2001 From: Andy Richardson Date: Wed, 22 Apr 2020 16:03:25 +0100 Subject: [PATCH] V1.0.1 & changelog --- CHANGELOG.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5d483e..a3342327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v1.0.1](https://github.com/FormidableLabs/urql-devtools/tree/v1.0.1) (2020-04-22) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v1.0.0...v1.0.1) + +**Closed issues:** + +- Change permissions to activeTab [\#166](https://github.com/FormidableLabs/urql-devtools/issues/166) + +**Merged pull requests:** + +- Update permissions and trim runtime error [\#167](https://github.com/FormidableLabs/urql-devtools/pull/167) ([andyrichardson](https://github.com/andyrichardson)) + ## [v1.0.0](https://github.com/FormidableLabs/urql-devtools/tree/v1.0.0) (2020-04-22) [Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.9...v1.0.0) @@ -239,5 +251,3 @@ - Add autocompletion to request [\#8](https://github.com/FormidableLabs/urql-devtools/pull/8) ([andyrichardson](https://github.com/andyrichardson)) - Unify build [\#6](https://github.com/FormidableLabs/urql-devtools/pull/6) ([andyrichardson](https://github.com/andyrichardson)) - Add CI [\#5](https://github.com/FormidableLabs/urql-devtools/pull/5) ([andyrichardson](https://github.com/andyrichardson)) - -\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ diff --git a/package.json b/package.json index 57348593..2dbdf678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@urql/devtools-chrome-extension", - "version": "1.0.0", + "version": "1.0.1", "description": "The official Urql Devtools chrome extension", "scripts": { "start": "webpack --watch",