Skip to content

Commit

Permalink
chore(release): 馃帀 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.0...v1.20.0) (2023-07-08)

### Bug Fixes

* **handler:** Don't export `makeResponse`, `getAcceptableMediaType` or `isResponse` ([#98](#98)) ([a638cb4](a638cb4))
* **handler:** Request params optional properties can also be null ([10a6f06](10a6f06))

### Features

* **handler:** Custom request params parser ([#100](#100)) ([b919d7e](b919d7e))
  • Loading branch information
semantic-release-bot committed Jul 8, 2023
1 parent b919d7e commit ccb28e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.20.0](https://github.com/graphql/graphql-http/compare/v1.19.0...v1.20.0) (2023-07-08)


### Bug Fixes

* **handler:** Don't export `makeResponse`, `getAcceptableMediaType` or `isResponse` ([#98](https://github.com/graphql/graphql-http/issues/98)) ([a638cb4](https://github.com/graphql/graphql-http/commit/a638cb4b13e35ef52d3ef0e1239c232eb8a2f583))
* **handler:** Request params optional properties can also be null ([10a6f06](https://github.com/graphql/graphql-http/commit/10a6f068b9abcaf7ef741c1b7236d22e8653695d))


### Features

* **handler:** Custom request params parser ([#100](https://github.com/graphql/graphql-http/issues/100)) ([b919d7e](https://github.com/graphql/graphql-http/commit/b919d7e096980a876eed729b0f5d0d54c465a438))

# [1.19.0](https://github.com/graphql/graphql-http/compare/v1.18.0...v1.19.0) (2023-06-05)


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.19.0",
"version": "1.20.0",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
"keywords": [
"graphql",
Expand Down

0 comments on commit ccb28e8

Please sign in to comment.