Skip to content

Commit

Permalink
chore(release): 馃帀 4.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.2](enisdenjo/graphql-ws@v4.3.1...v4.3.2) (2021-03-29)

### Bug Fixes

* **server:** Async iterator must implement `return` ([d99982b](enisdenjo@d99982b)), closes [enisdenjo#149](enisdenjo#149)

### Performance Improvements

* **client:** Focus subscription message listeners on `id` ([enisdenjo#150](enisdenjo#150)) ([32c2268](enisdenjo@32c2268))
  • Loading branch information
semantic-release-bot committed Mar 29, 2021
1 parent f0e7215 commit c0b171e
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 @@
## [4.3.2](https://github.com/enisdenjo/graphql-ws/compare/v4.3.1...v4.3.2) (2021-03-29)


### Bug Fixes

* **server:** Async iterator must implement `return` ([d99982b](https://github.com/enisdenjo/graphql-ws/commit/d99982b1fc887d913cb1b3a031b1c5c3706b4a35)), closes [#149](https://github.com/enisdenjo/graphql-ws/issues/149)


### Performance Improvements

* **client:** Focus subscription message listeners on `id` ([#150](https://github.com/enisdenjo/graphql-ws/issues/150)) ([32c2268](https://github.com/enisdenjo/graphql-ws/commit/32c22686984e6f3c98388b31a08471c3e4ee96a6))

## [4.3.1](https://github.com/enisdenjo/graphql-ws/compare/v4.3.0...v4.3.1) (2021-03-25)


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

0 comments on commit c0b171e

Please sign in to comment.