From a12bdec737034bb37a576a7126a5e32cfd3fa791 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Feb 2023 14:25:53 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=8E=89=201.16.0=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.16.0](https://github.com/graphql/graphql-http/compare/v1.15.0...v1.16.0) (2023-02-13) ### Bug Fixes * **audits/render:** Clone response to allow re-reading the body ([#55](https://github.com/graphql/graphql-http/issues/55)) ([dd4f5f1](https://github.com/graphql/graphql-http/commit/dd4f5f14a140676786397b65336de9fbec2b66c2)) ### Features * **use:** Deprecate `node` adapter in favor of `http` and `http2` adapters ([f5b0305](https://github.com/graphql/graphql-http/commit/f5b0305034b4139b5d2dc186b9c35df8f26e6612)) * **use:** Each adapter has an adapted `HandlerOptions` interface ([f14a821](https://github.com/graphql/graphql-http/commit/f14a821d06fa48515d8b8d0c047e93f79e50fa11)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f28ee99..fbd2f65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.16.0](https://github.com/graphql/graphql-http/compare/v1.15.0...v1.16.0) (2023-02-13) + + +### Bug Fixes + +* **audits/render:** Clone response to allow re-reading the body ([#55](https://github.com/graphql/graphql-http/issues/55)) ([dd4f5f1](https://github.com/graphql/graphql-http/commit/dd4f5f14a140676786397b65336de9fbec2b66c2)) + + +### Features + +* **use:** Deprecate `node` adapter in favor of `http` and `http2` adapters ([f5b0305](https://github.com/graphql/graphql-http/commit/f5b0305034b4139b5d2dc186b9c35df8f26e6612)) +* **use:** Each adapter has an adapted `HandlerOptions` interface ([f14a821](https://github.com/graphql/graphql-http/commit/f14a821d06fa48515d8b8d0c047e93f79e50fa11)) + # [1.15.0](https://github.com/graphql/graphql-http/compare/v1.14.0...v1.15.0) (2023-02-12) diff --git a/package.json b/package.json index 58dd8443..c36abb17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-http", - "version": "1.15.0", + "version": "1.16.0", "description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.", "keywords": [ "graphql",