Skip to content

Commit 9162809

Browse files
chore(release): 🎉 1.22.0 [skip ci]
# [1.22.0](v1.21.0...v1.22.0) (2023-08-28) ### Features * **handler:** Expose `parseRequestParams` from the core and each of the adapters ([#111](#111)) ([2caae00](2caae00))
1 parent 2caae00 commit 9162809

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.22.0](https://github.com/graphql/graphql-http/compare/v1.21.0...v1.22.0) (2023-08-28)
2+
3+
4+
### Features
5+
6+
* **handler:** Expose `parseRequestParams` from the core and each of the adapters ([#111](https://github.com/graphql/graphql-http/issues/111)) ([2caae00](https://github.com/graphql/graphql-http/commit/2caae009ee88bbe83769ec00885d2c75583e3cfd))
7+
18
# [1.21.0](https://github.com/graphql/graphql-http/compare/v1.20.0...v1.21.0) (2023-07-17)
29

310

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.21.0",
3+
"version": "1.22.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)