Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.14 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.14](1.0.0-beta.13...1.0.0-beta.14) (2022-07-22)

### Bug Fixes

* add allow header when response status is 405 ([1355e48](1355e48))

### Features

* add allow header when the HTTP request is not supported ([2f057be](2f057be))
* remove deprecated `graphqlHttp` function ([b9e6ae1](b9e6ae1))
* rename `gqlHandler` to `createHandler` ([e0167fc](e0167fc))
  • Loading branch information
semantic-release-bot committed Jul 22, 2022
1 parent da65b23 commit 1da61db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.0.0-beta.14](https://github.com/TomokiMiyauci/graphql-http/compare/1.0.0-beta.13...1.0.0-beta.14) (2022-07-22)


### Bug Fixes

* add allow header when response status is 405 ([1355e48](https://github.com/TomokiMiyauci/graphql-http/commit/1355e48620d13a45cee2e4b600bc9eaf4b901f00))


### Features

* add allow header when the HTTP request is not supported ([2f057be](https://github.com/TomokiMiyauci/graphql-http/commit/2f057be8452aa63f392897321cceaf9ff66dc00d))
* remove deprecated `graphqlHttp` function ([b9e6ae1](https://github.com/TomokiMiyauci/graphql-http/commit/b9e6ae17e28d508f9190a092cc6b03bfe1c963f7))
* rename `gqlHandler` to `createHandler` ([e0167fc](https://github.com/TomokiMiyauci/graphql-http/commit/e0167fc33f502d2225b7345489206705208dc7f1))

# [1.0.0-beta.13](https://github.com/TomokiMiyauci/graphql-http/compare/1.0.0-beta.12...1.0.0-beta.13) (2022-07-22)


Expand Down

0 comments on commit 1da61db

Please sign in to comment.