Skip to content

Commit

Permalink
v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Dec 20, 2017
1 parent 259f22e commit 971e96e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@

* ...

### v2.14.1

* Add guard against invalid schemas being constructed from AST [PR #547](https://github.com/apollographql/graphql-tools/pull/547)

### v2.14.0

Update to add support for `graphql@0.12`, and drop versions before `0.11` from the peer dependencies list. The `graphql` package has some breaking changes you might need to be aware of, but there aren't any breaking changes in `graphql-tools` itself, or common usage patterns, so we are shipping this as a minor version. We're also running tests on this package with _both_ `graphql@0.11` and `graphql@0.12` until we confirm most users have updated.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "2.14.0",
"version": "2.14.1",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

1 comment on commit 971e96e

@statico
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@freiksenet @stubailo @giautm Just wanted to say thank you for these wonderfully-maintained release notes. I just ran yarn upgrade --latest and this doc made for great reading. 🌮 🎂 ✨

Please sign in to comment.