Skip to content

Commit

Permalink
chore(release): 🎉 4.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.2](v4.5.1...v4.5.2) (2021-05-28)

### Bug Fixes

* **uWebSockets:** Handle premature and abrupt socket closes ([9d3ff52](9d3ff52)), closes [#186](#186)
  • Loading branch information
semantic-release-bot committed May 28, 2021
1 parent 2641971 commit e3b81fa
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.5.2](https://github.com/enisdenjo/graphql-ws/compare/v4.5.1...v4.5.2) (2021-05-28)


### Bug Fixes

* **uWebSockets:** Handle premature and abrupt socket closes ([9d3ff52](https://github.com/enisdenjo/graphql-ws/commit/9d3ff52e05420847eda9d0cf8d4730cafb9bcd36)), closes [#186](https://github.com/enisdenjo/graphql-ws/issues/186)

## [4.5.1](https://github.com/enisdenjo/graphql-ws/compare/v4.5.0...v4.5.1) (2021-05-18)


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

0 comments on commit e3b81fa

Please sign in to comment.