Skip to content

Commit

Permalink
chore(release): 🎉 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2020-10-01)

### Bug Fixes

* **client:** Dispose of subscription on complete or error messages ([#23](#23)) ([fb4d8e9](fb4d8e9))
* **server:** `subscription` operations are distinct on the message ID ([#24](#24)) ([dfffb05](dfffb05))

### Features

* **client:** Optional `generateID` to provide subscription IDs ([#22](#22)) ([9a3f54a](9a3f54a)), closes [#21](#21)
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent f30e852 commit a51313f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.7.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.6.0...v1.7.0) (2020-10-01)


### Bug Fixes

* **client:** Dispose of subscription on complete or error messages ([#23](https://github.com/enisdenjo/graphql-transport-ws/issues/23)) ([fb4d8e9](https://github.com/enisdenjo/graphql-transport-ws/commit/fb4d8e9efdfdd0cbe3b7cc34ddadbad3a795ae35))
* **server:** `subscription` operations are distinct on the message ID ([#24](https://github.com/enisdenjo/graphql-transport-ws/issues/24)) ([dfffb05](https://github.com/enisdenjo/graphql-transport-ws/commit/dfffb0502be5dd9ab5598e785b9988b1f4000227))


### Features

* **client:** Optional `generateID` to provide subscription IDs ([#22](https://github.com/enisdenjo/graphql-transport-ws/issues/22)) ([9a3f54a](https://github.com/enisdenjo/graphql-transport-ws/commit/9a3f54a8198379b402a8abe414ab5727ccec45cf)), closes [#21](https://github.com/enisdenjo/graphql-transport-ws/issues/21)

# [1.6.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.5.0...v1.6.0) (2020-09-28)


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-transport-ws",
"version": "1.6.0",
"version": "1.7.0",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit a51313f

Please sign in to comment.