Skip to content

Commit

Permalink
chore(release): 馃帀 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0](v1.16.0...v1.17.0) (2023-03-28)

### Features

* **use/express,use/fastify,use/koa:** Request context with the response ([665175e](665175e)), closes [#66](#66)
* **use/http,use/http2:** Request context with the response ([e2cc0cd](e2cc0cd)), closes [#66](#66)
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 7362b22 commit 9e8fb3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.17.0](https://github.com/graphql/graphql-http/compare/v1.16.0...v1.17.0) (2023-03-28)


### Features

* **use/express,use/fastify,use/koa:** Request context with the response ([665175e](https://github.com/graphql/graphql-http/commit/665175eb9cd3dcad6b80df0ace9f168de0cfc42d)), closes [#66](https://github.com/graphql/graphql-http/issues/66)
* **use/http,use/http2:** Request context with the response ([e2cc0cd](https://github.com/graphql/graphql-http/commit/e2cc0cd510383c1626ca2f6fe867a497cb682e52)), closes [#66](https://github.com/graphql/graphql-http/issues/66)

# [1.16.0](https://github.com/graphql/graphql-http/compare/v1.15.0...v1.16.0) (2023-02-13)


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

0 comments on commit 9e8fb3c

Please sign in to comment.