Skip to content

Commit 4f489d3

Browse files
authored
v2.16.0 (#564)
1 parent c4c5d91 commit 4f489d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### vNEXT
44

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

79
### v2.15.0
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-tools",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "Useful tools to create and manipulate GraphQL schemas.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)