Skip to content

Commit

Permalink
chore(release): 🎉 5.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.5.2](v5.5.1...v5.5.2) (2021-10-20)

### Bug Fixes

* **client:** Don't complete after connection error ([5f829c3](5f829c3))
* **client:** Report close error even if `Complete` message followed ([27754b2](27754b2)), closes [#245](#245)
  • Loading branch information
semantic-release-bot committed Oct 20, 2021
1 parent 7943e43 commit 3bc099e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.5.2](https://github.com/enisdenjo/graphql-ws/compare/v5.5.1...v5.5.2) (2021-10-20)


### Bug Fixes

* **client:** Don't complete after connection error ([5f829c3](https://github.com/enisdenjo/graphql-ws/commit/5f829c36a73e6e8566247d62e2ea395e6d18d8eb))
* **client:** Report close error even if `Complete` message followed ([27754b2](https://github.com/enisdenjo/graphql-ws/commit/27754b213fe4be3f7a918a0881700cf91825048e)), closes [#245](https://github.com/enisdenjo/graphql-ws/issues/245)

## [5.5.1](https://github.com/enisdenjo/graphql-ws/compare/v5.5.0...v5.5.1) (2021-10-19)


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

0 comments on commit 3bc099e

Please sign in to comment.