Skip to content

Commit a47f80c

Browse files
Version 2.0.1
1 parent cef5f56 commit a47f80c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v2.0.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.1) (2020-05-07)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v2.0.0...v2.0.1)
6+
7+
**Fixed bugs:**
8+
9+
- Wait for websocket connection before sending connnection-init message [\#56](https://github.com/FormidableLabs/urql-devtools-exchange/issues/56)
10+
11+
**Merged pull requests:**
12+
13+
- 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))
14+
315
## [v2.0.0](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.0) (2020-05-06)
416

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/devtools",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "The official exchange for use with Urql Devtools",
55
"main": "dist/urql-devtools-exchange.js",
66
"module": "dist/urql-devtools-exchange.es.js",

0 commit comments

Comments
 (0)