Skip to content

Commit

Permalink
chore(release): 🎉 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.5.0](v5.4.1...v5.5.0) (2021-09-08)

### Bug Fixes

* Define graphql execution results ([a64c91b](a64c91b))
* **server:** Operation result can be async generator or iterable ([b1fb883](b1fb883))

### Features

* **client:** Add `connectionAckWaitTimeout` option ([#228](#228)) ([35ce054](35ce054))
semantic-release-bot committed Sep 8, 2021
1 parent 04aeedf commit 8e72479
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 @@
# [5.5.0](https://github.com/enisdenjo/graphql-ws/compare/v5.4.1...v5.5.0) (2021-09-08)


### Bug Fixes

* Define graphql execution results ([a64c91b](https://github.com/enisdenjo/graphql-ws/commit/a64c91bbfab8433e8fec2a32a64ee4d402f182c6))
* **server:** Operation result can be async generator or iterable ([b1fb883](https://github.com/enisdenjo/graphql-ws/commit/b1fb88304a8c5e560620154524ed2218be2e4c99))


### Features

* **client:** Add `connectionAckWaitTimeout` option ([#228](https://github.com/enisdenjo/graphql-ws/issues/228)) ([35ce054](https://github.com/enisdenjo/graphql-ws/commit/35ce05460767a60d8763e6123a6da051ba970029))

## [5.4.1](https://github.com/enisdenjo/graphql-ws/compare/v5.4.0...v5.4.1) (2021-08-26)


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

0 comments on commit 8e72479

Please sign in to comment.