Skip to content

Commit ccb28e8

Browse files
chore(release): 🎉 1.20.0 [skip ci]
# [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))
1 parent b919d7e commit ccb28e8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.20.0](https://github.com/graphql/graphql-http/compare/v1.19.0...v1.20.0) (2023-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **handler:** Request params optional properties can also be null ([10a6f06](https://github.com/graphql/graphql-http/commit/10a6f068b9abcaf7ef741c1b7236d22e8653695d))
8+
9+
10+
### Features
11+
12+
* **handler:** Custom request params parser ([#100](https://github.com/graphql/graphql-http/issues/100)) ([b919d7e](https://github.com/graphql/graphql-http/commit/b919d7e096980a876eed729b0f5d0d54c465a438))
13+
114
# [1.19.0](https://github.com/graphql/graphql-http/compare/v1.18.0...v1.19.0) (2023-06-05)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)