Skip to content

Commit 034de40

Browse files
chore(release): 🎉 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2023-02-09) ### Features * **handler:** Add `validationRules` option for extending or replacing the GraphQL validation rule set ([#51](#51)) ([46c5309](46c5309))
1 parent 28d10da commit 034de40

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.14.0](https://github.com/graphql/graphql-http/compare/v1.13.0...v1.14.0) (2023-02-09)
2+
3+
4+
### Features
5+
6+
* **handler:** Add `validationRules` option for extending or replacing the GraphQL validation rule set ([#51](https://github.com/graphql/graphql-http/issues/51)) ([46c5309](https://github.com/graphql/graphql-http/commit/46c53096cf05b4e4bfa8d140885a615d43042ae1))
7+
18
# [1.13.0](https://github.com/graphql/graphql-http/compare/v1.12.0...v1.13.0) (2023-01-26)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)