Skip to content

Commit

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

### Bug Fixes

* **client:** `complete` should not be called after subscription `error` ([1fba419](1fba419))
* **client:** Subscription can be disposed only once ([abd9c28](abd9c28)), closes [#170](#170)
  • Loading branch information
semantic-release-bot committed Apr 28, 2021
1 parent 1fba419 commit c943fa9
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 @@
## [4.4.4](https://github.com/enisdenjo/graphql-ws/compare/v4.4.3...v4.4.4) (2021-04-28)


### Bug Fixes

* **client:** `complete` should not be called after subscription `error` ([1fba419](https://github.com/enisdenjo/graphql-ws/commit/1fba4196306991eab1ca74d710adb66e894692a0))
* **client:** Subscription can be disposed only once ([abd9c28](https://github.com/enisdenjo/graphql-ws/commit/abd9c28a9d2c43de9babb3488d7cb9eb7f3d3e15)), closes [#170](https://github.com/enisdenjo/graphql-ws/issues/170)

## [4.4.3](https://github.com/enisdenjo/graphql-ws/compare/v4.4.2...v4.4.3) (2021-04-27)


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

0 comments on commit c943fa9

Please sign in to comment.