Skip to content

Commit 3a58286

Browse files
author
Sashko Stubailo
authored
Merge pull request #548 from apollographql/create-2.14.1
v2.14.1
2 parents 259f22e + 971e96e commit 3a58286

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* ...
66

7+
### v2.14.1
8+
9+
* Add guard against invalid schemas being constructed from AST [PR #547](https://github.com/apollographql/graphql-tools/pull/547)
10+
711
### v2.14.0
812

913
Update to add support for `[email protected]`, 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_ `[email protected]` and `[email protected]` until we confirm most users have updated.

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.14.0",
3+
"version": "2.14.1",
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)