From ed688613af72933898c1a0e84d753d65b862d976 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 May 2018 17:13:34 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v0.5.0...v0.6.0) (2018-05-24) ### Features * Create new context for each event ([e24b1a3](https://github.com/4Catalyzer/graphql-subscription-server/commit/e24b1a3)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5208f84f..78126a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# [0.6.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v0.5.0...v0.6.0) (2018-05-24) + + +### Features + +* Create new context for each event ([e24b1a3](https://github.com/4Catalyzer/graphql-subscription-server/commit/e24b1a3)) + # [0.5.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v0.4.0...v0.5.0) (2018-05-22) diff --git a/package.json b/package.json index 6bdea0df..3d1d07bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@4c/graphql-subscription-server", - "version": "0.5.0", + "version": "0.6.0", "author": "4Catalyzer", "license": "MIT", "private": false,