Skip to content

Commit cd6d6cf

Browse files
chore(release): 🎉 1.22.3 [skip ci]
## [1.22.3](v1.22.2...v1.22.3) (2024-11-20) ### Bug Fixes * **handler:** Response options `status` and `statusText` are optional ([38a0191](38a0191)), closes [#133](#133)
1 parent 38a0191 commit cd6d6cf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.22.3](https://github.com/graphql/graphql-http/compare/v1.22.2...v1.22.3) (2024-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **handler:** Response options `status` and `statusText` are optional ([38a0191](https://github.com/graphql/graphql-http/commit/38a019179e5ee0322344ca6c31103e7bb6643fa0)), closes [#133](https://github.com/graphql/graphql-http/issues/133)
7+
18
## [1.22.2](https://github.com/graphql/graphql-http/compare/v1.22.1...v1.22.2) (2024-11-07)
29

310

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.2",
3+
"version": "1.22.3",
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)