Skip to content

Commit

Permalink
chore(release): 🎉 5.11.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.11.3](v5.11.2...v5.11.3) (2023-02-01)

### Bug Fixes

* **ws,uWebSockets,@fastify/websocket:** Handle internal errors that are not instances of `Error` ([#442](#442)) ([9884889](9884889)), closes [#441](#441)
  • Loading branch information
semantic-release-bot committed Feb 1, 2023
1 parent e0df2d4 commit eea18ce
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.11.3](https://github.com/enisdenjo/graphql-ws/compare/v5.11.2...v5.11.3) (2023-02-01)


### Bug Fixes

* **ws,uWebSockets,@fastify/websocket:** Handle internal errors that are not instances of `Error` ([#442](https://github.com/enisdenjo/graphql-ws/issues/442)) ([9884889](https://github.com/enisdenjo/graphql-ws/commit/9884889540d47a29891bd5c2ceb220cfbfd184af)), closes [#441](https://github.com/enisdenjo/graphql-ws/issues/441)

## [5.11.2](https://github.com/enisdenjo/graphql-ws/compare/v5.11.1...v5.11.2) (2022-09-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.11.2",
"version": "5.11.3",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit eea18ce

Please sign in to comment.