Skip to content

Commit a12bdec

Browse files
chore(release): 🎉 1.16.0 [skip ci]
# [1.16.0](v1.15.0...v1.16.0) (2023-02-13) ### Bug Fixes * **audits/render:** Clone response to allow re-reading the body ([#55](#55)) ([dd4f5f1](dd4f5f1)) ### Features * **use:** Deprecate `node` adapter in favor of `http` and `http2` adapters ([f5b0305](f5b0305)) * **use:** Each adapter has an adapted `HandlerOptions` interface ([f14a821](f14a821))
1 parent dd4f5f1 commit a12bdec

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.16.0](https://github.com/graphql/graphql-http/compare/v1.15.0...v1.16.0) (2023-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
### Features
10+
11+
* **use:** Deprecate `node` adapter in favor of `http` and `http2` adapters ([f5b0305](https://github.com/graphql/graphql-http/commit/f5b0305034b4139b5d2dc186b9c35df8f26e6612))
12+
* **use:** Each adapter has an adapted `HandlerOptions` interface ([f14a821](https://github.com/graphql/graphql-http/commit/f14a821d06fa48515d8b8d0c047e93f79e50fa11))
13+
114
# [1.15.0](https://github.com/graphql/graphql-http/compare/v1.14.0...v1.15.0) (2023-02-12)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
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)