Skip to content

Commit 1da61db

Browse files
chore(release): 1.0.0-beta.14 [skip ci]
# [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))
1 parent da65b23 commit 1da61db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* add allow header when response status is 405 ([1355e48](https://github.com/TomokiMiyauci/graphql-http/commit/1355e48620d13a45cee2e4b600bc9eaf4b901f00))
7+
8+
9+
### Features
10+
11+
* add allow header when the HTTP request is not supported ([2f057be](https://github.com/TomokiMiyauci/graphql-http/commit/2f057be8452aa63f392897321cceaf9ff66dc00d))
12+
* remove deprecated `graphqlHttp` function ([b9e6ae1](https://github.com/TomokiMiyauci/graphql-http/commit/b9e6ae17e28d508f9190a092cc6b03bfe1c963f7))
13+
* rename `gqlHandler` to `createHandler` ([e0167fc](https://github.com/TomokiMiyauci/graphql-http/commit/e0167fc33f502d2225b7345489206705208dc7f1))
14+
115
# [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)
216

317

0 commit comments

Comments
 (0)