Skip to content

Commit

Permalink
chore(release): 馃帀 5.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.16.0](v5.15.0...v5.16.0) (2024-03-27)

### Bug Fixes

* **server:** Return all subscriptions regardless of the return invocation order ([f442288](f442288))
* **server:** should not send error messages if socket closes before onSubscribe hooks resolves ([db47a66](db47a66)), closes [#539](#539)

### Features

* **server:** Close code and reason are optional ([6ae6e6f](6ae6e6f)), closes [#547](#547)
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 6ae6e6f commit 325fe1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.16.0](https://github.com/enisdenjo/graphql-ws/compare/v5.15.0...v5.16.0) (2024-03-27)


### Bug Fixes

* **server:** Return all subscriptions regardless of the return invocation order ([f442288](https://github.com/enisdenjo/graphql-ws/commit/f442288ad59be451bc0f23e615079ef57b8fc5d7))
* **server:** should not send error messages if socket closes before onSubscribe hooks resolves ([db47a66](https://github.com/enisdenjo/graphql-ws/commit/db47a6665a376afd1b9872daf0f47509225dd288)), closes [#539](https://github.com/enisdenjo/graphql-ws/issues/539)


### Features

* **server:** Close code and reason are optional ([6ae6e6f](https://github.com/enisdenjo/graphql-ws/commit/6ae6e6f4e392975ad786cf61e4947fd57f5cf56c)), closes [#547](https://github.com/enisdenjo/graphql-ws/issues/547)

# [5.15.0](https://github.com/enisdenjo/graphql-ws/compare/v5.14.3...v5.15.0) (2024-02-12)


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

0 comments on commit 325fe1a

Please sign in to comment.