Skip to content

Commit

Permalink
V1.0.2 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Apr 23, 2020
1 parent 3bba6a7 commit 26e41f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.0.2](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v1.0.2) (2020-04-23)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v1.0.1...v1.0.2)

**Fixed bugs:**

- Use postMessage for communication with content script [\#34](https://github.com/FormidableLabs/urql-devtools-exchange/issues/34)

**Merged pull requests:**

- Use window.postMessage [\#35](https://github.com/FormidableLabs/urql-devtools-exchange/pull/35) ([andyrichardson](https://github.com/andyrichardson))

## [v1.0.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v1.0.1) (2020-04-22)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v1.0.0...v1.0.1)
Expand Down
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",
"version": "1.0.1",
"version": "1.0.2",
"description": "The official exchange for use with Urql Devtools",
"main": "dist/urql-devtools-exchange.js",
"module": "dist/urql-devtools-exchange.es.js",
Expand Down

0 comments on commit 26e41f2

Please sign in to comment.