Skip to content

Commit 53aed97

Browse files
chore(release): 🎉 1.22.2 [skip ci]
## [1.22.2](v1.22.1...v1.22.2) (2024-11-07) ### Bug Fixes * **use/koa:** Use the parsed request body rather than ctx.body ([#132](#132)) ([9f8b1f1](9f8b1f1))
1 parent 9f8b1f1 commit 53aed97

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.2](https://github.com/graphql/graphql-http/compare/v1.22.1...v1.22.2) (2024-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **use/koa:** Use the parsed request body rather than ctx.body ([#132](https://github.com/graphql/graphql-http/issues/132)) ([9f8b1f1](https://github.com/graphql/graphql-http/commit/9f8b1f1e3b979d6d57fa5c3033a1ffae0c20d0e8))
7+
18
## [1.22.1](https://github.com/graphql/graphql-http/compare/v1.22.0...v1.22.1) (2024-04-10)
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.22.1",
3+
"version": "1.22.2",
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)