Skip to content

Commit 0b30077

Browse files
chore(release): 🎉 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2020-09-16) ### Bug Fixes * **server:** Receiving more than one `ConnectionInit` message closes the socket immediately ([757c6e9](757c6e9))
1 parent e6dae90 commit 0b30077

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+
## [1.4.2](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.4.1...v1.4.2) (2020-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **server:** Receiving more than one `ConnectionInit` message closes the socket immediately ([757c6e9](https://github.com/enisdenjo/graphql-transport-ws/commit/757c6e966ffa1756cca2687b0275d7d7eff2ce87))
7+
18
## [1.4.1](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.4.0...v1.4.1) (2020-09-11)
29

310

package.json

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

0 commit comments

Comments
 (0)