Skip to content

Commit b3c4ace

Browse files
chore(release): 🎉 1.12.0 [skip ci]
# [1.12.0](v1.11.0...v1.12.0) (2020-11-07) ### Bug Fixes * **client:** Close with error message during connecting issues ([f8ecdd7](f8ecdd7)) ### Features * Send optional payload with the `ConnectionAck` message ([#60](#60)) ([1327e77](1327e77))
1 parent f8ecdd7 commit b3c4ace

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.12.0](https://github.com/enisdenjo/graphql-ws/compare/v1.11.0...v1.12.0) (2020-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** Close with error message during connecting issues ([f8ecdd7](https://github.com/enisdenjo/graphql-ws/commit/f8ecdd78e200a6a752ec1e72fb14d83e6103dd02))
7+
8+
9+
### Features
10+
11+
* Send optional payload with the `ConnectionAck` message ([#60](https://github.com/enisdenjo/graphql-ws/issues/60)) ([1327e77](https://github.com/enisdenjo/graphql-ws/commit/1327e7735fc52f8318644b0f4cec86d3288a0e68))
12+
113
# [1.11.0](https://github.com/enisdenjo/graphql-ws/compare/v1.10.0...v1.11.0) (2020-11-04)
214

315

package.json

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

0 commit comments

Comments
 (0)