Skip to content

Commit

Permalink
V1.0.1 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Apr 22, 2020
1 parent ec561f2 commit af591e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit af591e6

Please sign in to comment.