Skip to content

Commit

Permalink
chore(release): 馃帀 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Feb 13, 2023
1 parent dd4f5f1 commit a12bdec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit a12bdec

Please sign in to comment.