Skip to content

Commit

Permalink
chore(release): 🎉 5.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.8.1](v5.8.0...v5.8.1) (2022-04-25)

### Bug Fixes

* **client:** `isFatalConnectionProblem` defaults to undefined for using `shouldRetry` ([9d5c573](9d5c573))
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent 9d5c573 commit 84e61da
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 @@
## [5.8.1](https://github.com/enisdenjo/graphql-ws/compare/v5.8.0...v5.8.1) (2022-04-25)


### Bug Fixes

* **client:** `isFatalConnectionProblem` defaults to undefined for using `shouldRetry` ([9d5c573](https://github.com/enisdenjo/graphql-ws/commit/9d5c5733ba8bb181ef4f2051da958d80786c9ee6))

# [5.8.0](https://github.com/enisdenjo/graphql-ws/compare/v5.7.0...v5.8.0) (2022-04-25)


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

0 comments on commit 84e61da

Please sign in to comment.