Skip to content

Commit 9e8fb3c

Browse files
chore(release): 🎉 1.17.0 [skip ci]
# [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)
1 parent 7362b22 commit 9e8fb3c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.17.0](https://github.com/graphql/graphql-http/compare/v1.16.0...v1.17.0) (2023-03-28)
2+
3+
4+
### Features
5+
6+
* **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)
7+
* **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)
8+
19
# [1.16.0](https://github.com/graphql/graphql-http/compare/v1.15.0...v1.16.0) (2023-02-13)
210

311

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.16.0",
3+
"version": "1.17.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)