Skip to content

Commit

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

### Bug Fixes

* **server:** Handle upgrade requests with multiple subprotocols and omit `Sec-WebSocket-Protocol` header if none supported ([9bae064](enisdenjo@9bae064))
  • Loading branch information
semantic-release-bot committed Feb 21, 2022
1 parent 6083b94 commit 485d46a
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.1](https://github.com/enisdenjo/graphql-ws/compare/v5.6.0...v5.6.1) (2022-02-21)


### Bug Fixes

* **server:** Handle upgrade requests with multiple subprotocols and omit `Sec-WebSocket-Protocol` header if none supported ([9bae064](https://github.com/enisdenjo/graphql-ws/commit/9bae06437d6dc37c6dbafa18f905e27659a12da2))

# [5.6.0](https://github.com/enisdenjo/graphql-ws/compare/v5.5.5...v5.6.0) (2022-02-19)


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

0 comments on commit 485d46a

Please sign in to comment.