Skip to content

Commit b51b2c2

Browse files
chore(release): 🎉 1.19.0 [skip ci]
# [1.19.0](v1.18.0...v1.19.0) (2023-06-05) ### Bug Fixes * **use:** `process` global is not available in all environments and `NODE_ENV` doesn't necessarily depict production vs. development ([d08ead3](d08ead3)) ### Features * Use uWebSockets.js ([#91](#91)) ([5089f46](5089f46))
1 parent 4ec9cf8 commit b51b2c2

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.19.0](https://github.com/graphql/graphql-http/compare/v1.18.0...v1.19.0) (2023-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **use:** `process` global is not available in all environments and `NODE_ENV` doesn't necessarily depict production vs. development ([d08ead3](https://github.com/graphql/graphql-http/commit/d08ead38a75058607f3b92671ef4ac31bc5640d4))
7+
8+
9+
### Features
10+
11+
* Use uWebSockets.js ([#91](https://github.com/graphql/graphql-http/issues/91)) ([5089f46](https://github.com/graphql/graphql-http/commit/5089f46ac3756848b0b9ecbcb570b80e92948f71))
12+
113
# [1.18.0](https://github.com/graphql/graphql-http/compare/v1.17.1...v1.18.0) (2023-04-14)
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.18.0",
3+
"version": "1.19.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)