Skip to content

Commit fe88dd8

Browse files
v0.1.2
1 parent afc2753 commit fe88dd8

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## [v0.1.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v0.1.1)
3+
## [v0.1.2](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v0.1.2) (2019-12-13)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v0.1.1...v0.1.2)
6+
7+
**Fixed bugs:**
8+
9+
- Add forwarding of devtools ops [\#17](https://github.com/FormidableLabs/urql-devtools-exchange/pull/17) ([andyrichardson](https://github.com/andyrichardson))
10+
11+
**Closed issues:**
12+
13+
- Installing Devtools exchange doesnt work as expected [\#12](https://github.com/FormidableLabs/urql-devtools-exchange/issues/12)
14+
15+
## [v0.1.1](https://github.com/FormidableLabs/urql-devtools-exchange/tree/v0.1.1) (2019-12-02)
416

517
[Full Changelog](https://github.com/FormidableLabs/urql-devtools-exchange/compare/v0.1.0...v0.1.1)
618

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": "0.1.1",
3+
"version": "0.1.2",
44
"description": "The 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)