Skip to content

Commit 823bf11

Browse files
chore(release): 🎉 1.21.0 [skip ci]
# [1.21.0](v1.20.0...v1.21.0) (2023-07-17) ### Bug Fixes * **client:** `graphql` module is not required for runtime ([#102](#102)) ([9049f31](9049f31)) ### Features * Use Netlify Functions ([#96](#96)) ([2b1ab14](2b1ab14))
1 parent 2b1ab14 commit 823bf11

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.21.0](https://github.com/graphql/graphql-http/compare/v1.20.0...v1.21.0) (2023-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** `graphql` module is not required for runtime ([#102](https://github.com/graphql/graphql-http/issues/102)) ([9049f31](https://github.com/graphql/graphql-http/commit/9049f31c0c9226e3c07f798d8ef01eff95139c87))
7+
8+
9+
### Features
10+
11+
* Use Netlify Functions ([#96](https://github.com/graphql/graphql-http/issues/96)) ([2b1ab14](https://github.com/graphql/graphql-http/commit/2b1ab142e32b524f4ac9a81b0a30bf0333f98761))
12+
113
# [1.20.0](https://github.com/graphql/graphql-http/compare/v1.19.0...v1.20.0) (2023-07-08)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.20.0",
3+
"version": "1.21.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)