Skip to content

Commit

Permalink
chore(release): 🎉 4.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.3](v4.4.2...v4.4.3) (2021-04-27)

### Bug Fixes

* **client:** Subscribes even if socket is in CLOSING state due to all subscriptions being completed ([3e3b8b7](3e3b8b7)), closes [#173](#173) [#170](#170)
  • Loading branch information
semantic-release-bot committed Apr 27, 2021
1 parent 8128f36 commit 9103123
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.4.3](https://github.com/enisdenjo/graphql-ws/compare/v4.4.2...v4.4.3) (2021-04-27)


### Bug Fixes

* **client:** Subscribes even if socket is in CLOSING state due to all subscriptions being completed ([3e3b8b7](https://github.com/enisdenjo/graphql-ws/commit/3e3b8b771d571f9beaee72d22481aac976af663e)), closes [#173](https://github.com/enisdenjo/graphql-ws/issues/173) [#170](https://github.com/enisdenjo/graphql-ws/issues/170)

## [4.4.2](https://github.com/enisdenjo/graphql-ws/compare/v4.4.1...v4.4.2) (2021-04-22)


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

0 comments on commit 9103123

Please sign in to comment.