Skip to content

Commit 3bc099e

Browse files
chore(release): 🎉 5.5.2 [skip ci]
## [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)
1 parent 7943e43 commit 3bc099e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.5.2](https://github.com/enisdenjo/graphql-ws/compare/v5.5.1...v5.5.2) (2021-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** Don't complete after connection error ([5f829c3](https://github.com/enisdenjo/graphql-ws/commit/5f829c36a73e6e8566247d62e2ea395e6d18d8eb))
7+
* **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)
8+
19
## [5.5.1](https://github.com/enisdenjo/graphql-ws/compare/v5.5.0...v5.5.1) (2021-10-19)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "5.5.1",
3+
"version": "5.5.2",
44
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"keywords": [
66
"protocol",

0 commit comments

Comments
 (0)