Skip to content

Commit b347757

Browse files
chore(release): 🎉 5.14.2 [skip ci]
## [5.14.2](v5.14.1...v5.14.2) (2023-10-23) ### Bug Fixes * **client:** correct close code for Bad Gateway reason ([#512](#512)) ([0438650](0438650))
1 parent 0438650 commit b347757

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.14.2](https://github.com/enisdenjo/graphql-ws/compare/v5.14.1...v5.14.2) (2023-10-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** correct close code for Bad Gateway reason ([#512](https://github.com/enisdenjo/graphql-ws/issues/512)) ([0438650](https://github.com/enisdenjo/graphql-ws/commit/0438650b4953cda40edabdce2c4e85373c7b2f24))
7+
18
## [5.14.1](https://github.com/enisdenjo/graphql-ws/compare/v5.14.0...v5.14.1) (2023-09-28)
29

310

package.json

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

0 commit comments

Comments
 (0)