Skip to content

Commit

Permalink
chore(release): 🎉 5.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.6.2](enisdenjo/graphql-ws@v5.6.1...v5.6.2) (2022-02-23)

### Bug Fixes

* **server:** `handleProtocols` accepts arrays too and gracefully rejects other types ([98dec1a](enisdenjo/graphql-ws@98dec1a)), closes [#318](enisdenjo/graphql-ws#318)
  • Loading branch information
elinest1105 committed Feb 23, 2022
1 parent 6dd119e commit 7ad085d
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.2](https://github.com/enisdenjo/graphql-ws/compare/v5.6.1...v5.6.2) (2022-02-23)


### Bug Fixes

* **server:** `handleProtocols` accepts arrays too and gracefully rejects other types ([98dec1a](https://github.com/enisdenjo/graphql-ws/commit/98dec1addb59c2a215cb4425a4927c5f33a78b4c)), closes [#318](https://github.com/enisdenjo/graphql-ws/issues/318)

## [5.6.1](https://github.com/enisdenjo/graphql-ws/compare/v5.6.0...v5.6.1) (2022-02-21)


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

0 comments on commit 7ad085d

Please sign in to comment.