Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-savary committed Mar 27, 2021
1 parent 3461be1 commit 72dcc17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 0.14.0

- Fix interface generation/references. [#288](https://github.com/mobxjs/mst-gql/pull/288) - [special-character](https://github.com/special-character)
- Fix ts-node-dev option in example. [#293](https://github.com/mobxjs/mst-gql/pull/293) - [yasinuslu](https://github.com/yasinuslu)
- Add MobX 6 Support. [#294](https://github.com/mobxjs/mst-gql/pull/294) - [BradenM](https://github.com/BradenM)
- 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)
- Expose Clients for later initiation. [#303](https://github.com/mobxjs/mst-gql/pull/303) - [BradenM](https://github.com/BradenM)
- 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)
- Fix broken snapshot. [#315](https://github.com/mobxjs/mst-gql/pull/315) - [emckay](https://github.com/emckay)

## 0.13.0

- Fixes `onError` functionality when using subscriptions. [#262](https://github.com/mobxjs/mst-gql/pull/262) - [zpalin](https://github.com/zpalin)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mst-gql",
"version": "0.13.0",
"version": "0.14.0",
"description": "Bindings for mobx-state-tree and GraphQL",
"author": "Michel Weststrate",
"keywords": [
Expand Down

0 comments on commit 72dcc17

Please sign in to comment.