Skip to content

Commit 35833ff

Browse files
chore(release): 🎉 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2022-12-24) ### Features * **handler:** Accept a GraphQL execution rootValue ([0f04fa2](0f04fa2)), closes [#30](#30)
1 parent 0f04fa2 commit 35833ff

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.10.0](https://github.com/graphql/graphql-http/compare/v1.9.0...v1.10.0) (2022-12-24)
2+
3+
4+
### Features
5+
6+
* **handler:** Accept a GraphQL execution rootValue ([0f04fa2](https://github.com/graphql/graphql-http/commit/0f04fa21aaf3c105ea2a173e482c85b6e3649a10)), closes [#30](https://github.com/graphql/graphql-http/issues/30)
7+
18
# [1.9.0](https://github.com/graphql/graphql-http/compare/v1.8.0...v1.9.0) (2022-11-28)
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.9.0",
3+
"version": "1.10.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)