Skip to content

Commit

Permalink
chore(release): 🎉 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 7, 2020
1 parent f8ecdd7 commit b3c4ace
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.12.0](https://github.com/enisdenjo/graphql-ws/compare/v1.11.0...v1.12.0) (2020-11-07)


### Bug Fixes

* **client:** Close with error message during connecting issues ([f8ecdd7](https://github.com/enisdenjo/graphql-ws/commit/f8ecdd78e200a6a752ec1e72fb14d83e6103dd02))


### Features

* 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))

# [1.11.0](https://github.com/enisdenjo/graphql-ws/compare/v1.10.0...v1.11.0) (2020-11-04)


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": "1.11.0",
"version": "1.12.0",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit b3c4ace

Please sign in to comment.