Skip to content

Commit

Permalink
chore(release): 馃帀 5.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.6.3](v5.6.2...v5.6.3) (2022-03-13)

### Bug Fixes

* **client:** Stop execution if `connectionParams` took too long and the server kicked the client off ([1e94e45](1e94e45)), closes [#331](#331)
  • Loading branch information
semantic-release-bot committed Mar 13, 2022
1 parent 097ae30 commit db0ccf5
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.6.3](https://github.com/enisdenjo/graphql-ws/compare/v5.6.2...v5.6.3) (2022-03-13)


### Bug Fixes

* **client:** Stop execution if `connectionParams` took too long and the server kicked the client off ([1e94e45](https://github.com/enisdenjo/graphql-ws/commit/1e94e45d51b13bd870273a63e33819055209f607)), closes [#331](https://github.com/enisdenjo/graphql-ws/issues/331)

## [5.6.2](https://github.com/enisdenjo/graphql-ws/compare/v5.6.1...v5.6.2) (2022-02-23)


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

0 comments on commit db0ccf5

Please sign in to comment.