From db0ccf5d7b631a66c6e49f1145942445bda7cd76 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 13 Mar 2022 22:33:43 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=8E=89=205.6.3=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.6.3](https://github.com/enisdenjo/graphql-ws/compare/v5.6.2...v5.6.3) (2022-03-13) ### Bug Fixes * **client:** Stop execution if `connectionParams` took too long and the server kicked the client off ([1e94e45](https://github.com/enisdenjo/graphql-ws/commit/1e94e45d51b13bd870273a63e33819055209f607)), closes [#331](https://github.com/enisdenjo/graphql-ws/issues/331) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a84715..be681e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.6.3](https://github.com/enisdenjo/graphql-ws/compare/v5.6.2...v5.6.3) (2022-03-13) + + +### Bug Fixes + +* **client:** Stop execution if `connectionParams` took too long and the server kicked the client off ([1e94e45](https://github.com/enisdenjo/graphql-ws/commit/1e94e45d51b13bd870273a63e33819055209f607)), closes [#331](https://github.com/enisdenjo/graphql-ws/issues/331) + ## [5.6.2](https://github.com/enisdenjo/graphql-ws/compare/v5.6.1...v5.6.2) (2022-02-23) diff --git a/package.json b/package.json index 4636ca77..4a11fea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-ws", - "version": "5.6.2", + "version": "5.6.3", "description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client", "keywords": [ "protocol",