Skip to content

Commit b258b0d

Browse files
Version 2.0.0
1 parent f01437a commit b258b0d

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github_changelog_generator

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ project=urql-devtools-exchange
33
exclude-labels=Maintenance
44
enhancement-label=**Added enhancements:**
55
enhancement-labels=Feature
6-
breaking-labels=Breaking
6+
breaking-labels=Breaking
7+
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v2.0.0](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v2.0.0) (2020-05-06)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v1.0.2...v2.0.0)
6+
7+
**Breaking changes:**
8+
9+
- Add React Native support [\#36](https://github.com/FormidableLabs/urql-devtools-exchange/pull/36) ([andyrichardson](https://github.com/andyrichardson))
10+
11+
**Fixed bugs:**
12+
13+
- Uncaught ReferenceError: process is not defined [\#37](https://github.com/FormidableLabs/urql-devtools-exchange/issues/37)
14+
15+
**Merged pull requests:**
16+
17+
- Remove esmodule support [\#39](https://github.com/FormidableLabs/urql-devtools-exchange/pull/39) ([andyrichardson](https://github.com/andyrichardson))
18+
319
## [v1.0.2](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v1.0.2) (2020-04-23)
420

521
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v1.0.1...v1.0.2)
@@ -108,5 +124,3 @@
108124
- \(chore\) - bundling [\#4](https://github.com/FormidableLabs/urql-devtools-exchange/pull/4) ([JoviDeCroock](https://github.com/JoviDeCroock))
109125
- \(feat\) - add network latency to meta [\#2](https://github.com/FormidableLabs/urql-devtools-exchange/pull/2) ([JoviDeCroock](https://github.com/JoviDeCroock))
110126
- \(refactor\) - add display name tracking to our exchange [\#1](https://github.com/FormidableLabs/urql-devtools-exchange/pull/1) ([JoviDeCroock](https://github.com/JoviDeCroock))
111-
112-
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

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": "1.0.2",
3+
"version": "2.0.0",
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)