Skip to content

Commit

Permalink
chore(release): 馃帀 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jun 5, 2023
1 parent 4ec9cf8 commit b51b2c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.19.0](https://github.com/graphql/graphql-http/compare/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](https://github.com/graphql/graphql-http/commit/d08ead38a75058607f3b92671ef4ac31bc5640d4))


### Features

* Use uWebSockets.js ([#91](https://github.com/graphql/graphql-http/issues/91)) ([5089f46](https://github.com/graphql/graphql-http/commit/5089f46ac3756848b0b9ecbcb570b80e92948f71))

# [1.18.0](https://github.com/graphql/graphql-http/compare/v1.17.1...v1.18.0) (2023-04-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-http",
"version": "1.18.0",
"version": "1.19.0",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
"keywords": [
"graphql",
Expand Down

0 comments on commit b51b2c2

Please sign in to comment.