Skip to content

Commit ea78a5c

Browse files
Version 2.0.2
1 parent 5450665 commit ea78a5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [v2.0.2](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.2) (2020-05-07)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v2.0.1...v2.0.2)
6+
7+
**Fixed bugs:**
8+
9+
- Fix SSR detection [\#59](https://github.com/FormidableLabs/urql-devtools-exchange/pull/59) ([andyrichardson](https://github.com/andyrichardson))
10+
311
## [v2.0.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.1) (2020-05-07)
412

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

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.1",
3+
"version": "2.0.2",
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)