Skip to content

Commit

Permalink
chore(release): 🎉 5.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.11.1](enisdenjo/graphql-ws@v5.11.0...v5.11.1) (2022-09-16)

### Bug Fixes

* **server:** Shouldn't send a complete message if client sent it ([331fe47](enisdenjo/graphql-ws@331fe47)), closes [#403](enisdenjo/graphql-ws#403)
  • Loading branch information
elinest-bright committed Sep 16, 2022
1 parent ea20c5d commit 21c7b08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [5.11.1](https://github.com/enisdenjo/graphql-ws/compare/v5.11.0...v5.11.1) (2022-09-16)


### Bug Fixes

* **server:** Shouldn't send a complete message if client sent it ([331fe47](https://github.com/enisdenjo/graphql-ws/commit/331fe4749227393297da4d97a4370ab6f76cc73a)), closes [#403](https://github.com/enisdenjo/graphql-ws/issues/403)

# [5.11.0](https://github.com/enisdenjo/graphql-ws/compare/v5.10.2...v5.11.0) (2022-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ws",
"version": "5.11.0",
"version": "5.11.1",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit 21c7b08

Please sign in to comment.