Skip to content

Commit e329ab3

Browse files
Bump to v1.0.1 & changelog
1 parent 8a75ff0 commit e329ab3

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+
## [v1.0.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v1.0.1) (2020-04-22)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v1.0.0...v1.0.1)
6+
7+
**Fixed bugs:**
8+
9+
- GraphQL.js is bundled with the build output [\#32](https://github.com/FormidableLabs/urql-devtools-exchange/issues/32)
10+
11+
**Merged pull requests:**
12+
13+
- Add GraphQL as peer dependency [\#33](https://github.com/FormidableLabs/urql-devtools-exchange/pull/33) ([andyrichardson](https://github.com/andyrichardson))
14+
315
## [v1.0.0](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v1.0.0) (2020-04-21)
416

517
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v0.1.2...v1.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": "1.0.0",
3+
"version": "1.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)