Skip to content

Commit eea18ce

Browse files
chore(release): 🎉 5.11.3 [skip ci]
## [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)
1 parent e0df2d4 commit eea18ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.11.3](https://github.com/enisdenjo/graphql-ws/compare/v5.11.2...v5.11.3) (2023-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
18
## [5.11.2](https://github.com/enisdenjo/graphql-ws/compare/v5.11.1...v5.11.2) (2022-09-21)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "5.11.2",
3+
"version": "5.11.3",
44
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"keywords": [
66
"protocol",

0 commit comments

Comments
 (0)