Skip to content

Commit 8e8e348

Browse files
authored
v2.15.0 (#562)
1 parent f2905ac commit 8e8e348

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.15.0
8+
9+
* Validate query before delegation [PR #551](https://github.com/apollographql/graphql-tools/pull/551)
10+
711
### v2.14.1
812

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

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