From cd6d6cf20c57f9d992b60684c477230a5f05a780 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2024 11:14:55 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=8E=89=201.22.3=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.22.3](https://github.com/graphql/graphql-http/compare/v1.22.2...v1.22.3) (2024-11-20) ### Bug Fixes * **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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9d760..4321d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.22.3](https://github.com/graphql/graphql-http/compare/v1.22.2...v1.22.3) (2024-11-20) + + +### Bug Fixes + +* **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) + ## [1.22.2](https://github.com/graphql/graphql-http/compare/v1.22.1...v1.22.2) (2024-11-07) diff --git a/package.json b/package.json index ac9989d..1d580db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-http", - "version": "1.22.2", + "version": "1.22.3", "description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.", "keywords": [ "graphql",