Skip to content

Commit 3fda6c8

Browse files
chore(release): 🎉 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2023-01-04) ### Features * **use:** Add Koa integration ([#33](#33)) ([e3b85ff](e3b85ff))
1 parent da83048 commit 3fda6c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.11.0](https://github.com/graphql/graphql-http/compare/v1.10.0...v1.11.0) (2023-01-04)
2+
3+
4+
### Features
5+
6+
* **use:** Add Koa integration ([#33](https://github.com/graphql/graphql-http/issues/33)) ([e3b85ff](https://github.com/graphql/graphql-http/commit/e3b85ff901dfa6ec16cbb0b2f769a447e6829347))
7+
18
# [1.10.0](https://github.com/graphql/graphql-http/compare/v1.9.0...v1.10.0) (2022-12-24)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)