Skip to content

Commit 72dcc17

Browse files
committed
0.14.0
1 parent 3461be1 commit 72dcc17

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 0.14.0
4+
5+
- Fix interface generation/references. [#288](https://github.com/mobxjs/mst-gql/pull/288) - [special-character](https://github.com/special-character)
6+
- Fix ts-node-dev option in example. [#293](https://github.com/mobxjs/mst-gql/pull/293) - [yasinuslu](https://github.com/yasinuslu)
7+
- Add MobX 6 Support. [#294](https://github.com/mobxjs/mst-gql/pull/294) - [BradenM](https://github.com/BradenM)
8+
- Fix for comma between lines importing union types in RootStore.Base.ts. [#300](https://github.com/mobxjs/mst-gql/pull/300) - [emckay](https://github.com/emckay)
9+
- Expose Clients for later initiation. [#303](https://github.com/mobxjs/mst-gql/pull/303) - [BradenM](https://github.com/BradenM)
10+
- Bump node-notifier from 8.0.0 to 8.0.1. [#307](https://github.com/mobxjs/mst-gql/pull/307) - [dependabot](https://github.com/apps/dependabot)
11+
- Fix broken snapshot. [#315](https://github.com/mobxjs/mst-gql/pull/315) - [emckay](https://github.com/emckay)
12+
313
## 0.13.0
414

515
- Fixes `onError` functionality when using subscriptions. [#262](https://github.com/mobxjs/mst-gql/pull/262) - [zpalin](https://github.com/zpalin)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mst-gql",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Bindings for mobx-state-tree and GraphQL",
55
"author": "Michel Weststrate",
66
"keywords": [

0 commit comments

Comments
 (0)