From e82cee701ef67fe02c5ee8a0d47c27be1fb8e51c Mon Sep 17 00:00:00 2001 From: urigo Date: Sun, 4 Jun 2017 16:36:05 +0300 Subject: [PATCH] chore(release): release 0.7.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d200600b..29475a738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ ### vNEXT - ... +### 0.7.1 +- Fix for reconnect after manual close [PR #164](https://github.com/apollographql/subscriptions-transport-ws/pull/164) +- test(disconnect): added tests for client-server flow for unsubscribe and disconnect [PR #163](https://github.com/apollographql/subscriptions-transport-ws/pull/163) +- Various dependencies updates [PR #152](https://github.com/apollographql/subscriptions-transport-ws/pull/152) [PR #162](https://github.com/apollographql/subscriptions-transport-ws/pull/162) +- docs(README): fix docs [PR #151](https://github.com/apollographql/subscriptions-transport-ws/pull/151) + ### 0.7.0 - Client exposes new asyncronous middleware to modify `OperationOptions` [PR #78](https://github.com/apollographql/subscriptions-transport-ws/pull/78) - Added `WebSocketServer` error handler to prevent uncaught exceptions. Fixes [Issue #94](https://github.com/apollographql/subscriptions-transport-ws/issues/94) diff --git a/package.json b/package.json index ce310a7fe..0082c7524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subscriptions-transport-ws", - "version": "0.7.0", + "version": "0.7.1", "description": "A websocket transport for GraphQL subscriptions", "main": "dist/index.js", "browser": "dist/client.js",