Skip to content

Commit

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

### Features

* add `gqlHandler` that manage GraphQL over HTTP request ([a356946](a356946))
* export `createResponse` function that create GraphQL over HTTP compliant `Response` object ([3ad3313](3ad3313))
* export `resolveRequest` function that take out graphql parameters from `Request` object safety ([53b04ae](53b04ae))
  • Loading branch information
semantic-release-bot committed Jul 21, 2022
1 parent e5c69a3 commit 9ce83cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.0.0-beta.12](https://github.com/TomokiMiyauci/graphql-http/compare/1.0.0-beta.11...1.0.0-beta.12) (2022-07-21)


### Features

* add `gqlHandler` that manage GraphQL over HTTP request ([a356946](https://github.com/TomokiMiyauci/graphql-http/commit/a356946ef240f07da3ec217c30a5d6792612797b))
* export `createResponse` function that create GraphQL over HTTP compliant `Response` object ([3ad3313](https://github.com/TomokiMiyauci/graphql-http/commit/3ad3313bf18fed201768b26f8a01a509392bf405))
* export `resolveRequest` function that take out graphql parameters from `Request` object safety ([53b04ae](https://github.com/TomokiMiyauci/graphql-http/commit/53b04ae814db5a56ae8181ad5da7ea98f3541f7e))

# [1.0.0-beta.11](https://github.com/TomokiMiyauci/graphql-http/compare/1.0.0-beta.10...1.0.0-beta.11) (2022-07-20)


Expand Down

0 comments on commit 9ce83cc

Please sign in to comment.