Skip to content

Commit

Permalink
chore(release): 🎉 4.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.3](v4.1.2...v4.1.3) (2021-02-08)

### Bug Fixes

* **client:** Should emit `closed` event when disposing ([5800de8](5800de8)), closes [#108](#108)
* **client:** Shouldn’t send the `Complete` message if socket is not open ([cd12024](cd12024))
  • Loading branch information
semantic-release-bot committed Feb 8, 2021
1 parent 8f30118 commit 9daef12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.1.3](https://github.com/enisdenjo/graphql-ws/compare/v4.1.2...v4.1.3) (2021-02-08)


### Bug Fixes

* **client:** Should emit `closed` event when disposing ([5800de8](https://github.com/enisdenjo/graphql-ws/commit/5800de8d343649bb4c93ca31c61911879123c736)), closes [#108](https://github.com/enisdenjo/graphql-ws/issues/108)
* **client:** Shouldn’t send the `Complete` message if socket is not open ([cd12024](https://github.com/enisdenjo/graphql-ws/commit/cd12024c19bdcf859c5a9a6b7a072ea252401524))

## [4.1.2](https://github.com/enisdenjo/graphql-ws/compare/v4.1.1...v4.1.2) (2021-01-24)


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

0 comments on commit 9daef12

Please sign in to comment.