Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Oct 5, 2017
1 parent e32466e commit dceec84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change log

### VNEXT
### 2.2.1

* Fix alias problems in schema merging [PR #411](https://github.com/apollographql/graphql-tools/pull/411)
* Fix inability to add recursive queries [PR #413](https://github.com/apollographql/graphql-tools/pull/413)

### 2.2.0

* Change link API to pass GraphQL context as `graphqlContext` field of link
context to avoid merging problems
* Fix alias problems in schema merging [PR #411](https://github.com/apollographql/graphql-tools/pull/411)

### v2.1.0
* Added support for passing an Apollo Link instead of a fetcher

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

0 comments on commit dceec84

Please sign in to comment.