Skip to content

Commit

Permalink
chore(release): 馃帀 1.13.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.1](enisdenjo/graphql-ws@v1.13.0...v1.13.1) (2020-11-14)

### Bug Fixes

* **client:** Some close events are not worth retrying ([4d9134b](enisdenjo@4d9134b))
* **message:** Allow `data` field to be of any type ([533248e](enisdenjo@533248e)), closes [enisdenjo#72](enisdenjo#72)
* **message:** Allow `payload` field to be of any type for `NextMessage` ([7cebbfe](enisdenjo@7cebbfe)), closes [enisdenjo#72](enisdenjo#72)
* Use `ID` type for message id field ([87ebd35](enisdenjo@87ebd35))
  • Loading branch information
semantic-release-bot committed Nov 14, 2020
1 parent 129bf3b commit ec1b461
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.13.1](https://github.com/enisdenjo/graphql-ws/compare/v1.13.0...v1.13.1) (2020-11-14)


### Bug Fixes

* **client:** Some close events are not worth retrying ([4d9134b](https://github.com/enisdenjo/graphql-ws/commit/4d9134b8704446f0b2674c71e25d7c6c44000c9a))
* **message:** Allow `data` field to be of any type ([533248e](https://github.com/enisdenjo/graphql-ws/commit/533248e0bcfd857c7960c9e8671cbd300788ad7d)), closes [#72](https://github.com/enisdenjo/graphql-ws/issues/72)
* **message:** Allow `payload` field to be of any type for `NextMessage` ([7cebbfe](https://github.com/enisdenjo/graphql-ws/commit/7cebbfe00dc3c360e80e8962f345a28743b49c1f)), closes [#72](https://github.com/enisdenjo/graphql-ws/issues/72)
* Use `ID` type for message id field ([87ebd35](https://github.com/enisdenjo/graphql-ws/commit/87ebd357da73ec83d72583f1c82fc14dfe2ffe5a))

# [1.13.0](https://github.com/enisdenjo/graphql-ws/compare/v1.12.0...v1.13.0) (2020-11-12)


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

0 comments on commit ec1b461

Please sign in to comment.