From 08a351bddd603d40ead9b2f35b52bcd74190831e Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Sun, 25 Oct 2020 16:10:17 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=8E=89=201.9.1=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.9.1](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.9.0...v1.9.1) (2020-10-25) ### Features * Package rename `graphql-transport-ws` 👉 `graphql-ws`. ([#43](https://github.com/enisdenjo/graphql-ws/pull/43)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c291cb..4a85052d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.1](https://github.com/enisdenjo/graphql-ws/compare/v1.8.2...v1.9.0) (2020-10-24) + + +### Features + +* Package rename `graphql-transport-ws` 👉 `graphql-ws`. ([#43](https://github.com/enisdenjo/graphql-ws/pull/43)) + # [1.9.0](https://github.com/enisdenjo/graphql-ws/compare/v1.8.2...v1.9.0) (2020-10-24) diff --git a/package.json b/package.json index 0f45a7e0..f9e94532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-ws", - "version": "1.9.0", + "version": "1.9.1", "description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client", "keywords": [ "protocol",