Skip to content

Commit

Permalink
chore(release): 馃帀 4.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.8.0](v4.7.0...v4.8.0) (2021-06-03)

### Features

* **uWebSockets:** Add `persistedRequest` to context extra and deprecate uWS's stack allocated `request` ([#196](#196)) ([736e6ed](736e6ed))
  • Loading branch information
semantic-release-bot committed Jun 3, 2021
1 parent 5af785e commit 784ea15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.8.0](https://github.com/enisdenjo/graphql-ws/compare/v4.7.0...v4.8.0) (2021-06-03)


### Features

* **uWebSockets:** Add `persistedRequest` to context extra and deprecate uWS's stack allocated `request` ([#196](https://github.com/enisdenjo/graphql-ws/issues/196)) ([736e6ed](https://github.com/enisdenjo/graphql-ws/commit/736e6eda45d392292f315b9465b104dce4f2545f))

# [4.7.0](https://github.com/enisdenjo/graphql-ws/compare/v4.6.0...v4.7.0) (2021-05-31)


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-ws",
"version": "4.7.0",
"version": "4.8.0",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit 784ea15

Please sign in to comment.