Skip to content

Commit

Permalink
v2.16.0 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet authored Jan 3, 2018
1 parent c4c5d91 commit 4f489d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### vNEXT

* Added GraphQL Subscriptions support for schema stitching and `makeRemoteExecutableSchema` [PR #563](https://github.com/apollographql/graphql-tools/pull/563)
* Make `apollo-link` a direct dependency [PR #561](https://github.com/apollographql/graphql-tools/pull/561)
* Update tests to use `[email protected]` docstring format [PR #559](https://github.com/apollographql/graphql-tools/pull/559)

### v2.15.0

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": "graphql-tools",
"version": "2.15.0",
"version": "2.16.0",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 4f489d3

Please sign in to comment.