Skip to content

Commit

Permalink
chore(release): 🎉 1.22.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 7, 2024
1 parent 9f8b1f1 commit 53aed97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.22.2](https://github.com/graphql/graphql-http/compare/v1.22.1...v1.22.2) (2024-11-07)


### Bug Fixes

* **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))

## [1.22.1](https://github.com/graphql/graphql-http/compare/v1.22.0...v1.22.1) (2024-04-10)


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

0 comments on commit 53aed97

Please sign in to comment.