Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed May 7, 2020
1 parent cef5f56 commit a47f80c
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

## [v2.0.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.1) (2020-05-07)

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

**Fixed bugs:**

- Wait for websocket connection before sending connnection-init message [\#56](https://github.com/FormidableLabs/urql-devtools-exchange/issues/56)

**Merged pull requests:**

- Wait for connection to be established before sending an init message [\#57](https://github.com/FormidableLabs/urql-devtools-exchange/pull/57) ([andyrichardson](https://github.com/andyrichardson))

## [v2.0.0](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.0) (2020-05-06)

[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v1.0.2...v2.0.0)
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": "2.0.0",
"version": "2.0.1",
"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 a47f80c

Please sign in to comment.