From dceec8463297e2d0cc2350e64ce928b57eadff6f Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Thu, 5 Oct 2017 14:09:32 +0300 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b378cfad27..3c07bb690dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 77d8f5ccd50..904d32ab675 100644 --- a/package.json +++ b/package.json @@ -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",