Skip to content

Commit

Permalink
chore(release): 🎉 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Feb 9, 2023
1 parent 28d10da commit 034de40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.14.0](https://github.com/graphql/graphql-http/compare/v1.13.0...v1.14.0) (2023-02-09)


### Features

* **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))

# [1.13.0](https://github.com/graphql/graphql-http/compare/v1.12.0...v1.13.0) (2023-01-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-http",
"version": "1.13.0",
"version": "1.14.0",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit 034de40

Please sign in to comment.