Skip to content

Commit

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

### Bug Fixes

* **client:** Lazy connects after successful reconnects are not retries ([99b85a3](99b85a3))
* **client:** Shouldn't reconnect if all subscriptions complete while waiting for retry ([2826c10](2826c10)), closes [#163](#163)
  • Loading branch information
semantic-release-bot committed Apr 22, 2021
1 parent 52e3fa5 commit 9f2453a
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.2](https://github.com/enisdenjo/graphql-ws/compare/v4.4.1...v4.4.2) (2021-04-22)


### Bug Fixes

* **client:** Lazy connects after successful reconnects are not retries ([99b85a3](https://github.com/enisdenjo/graphql-ws/commit/99b85a3bebfdc4fada03e6c71c2703807ac6d3cd))
* **client:** Shouldn't reconnect if all subscriptions complete while waiting for retry ([2826c10](https://github.com/enisdenjo/graphql-ws/commit/2826c103a2f5786575157c6aa9cbd270746b57ca)), closes [#163](https://github.com/enisdenjo/graphql-ws/issues/163)

## [4.4.1](https://github.com/enisdenjo/graphql-ws/compare/v4.4.0...v4.4.1) (2021-04-14)


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

0 comments on commit 9f2453a

Please sign in to comment.