From 80452b61a1335a195001a74abafc93d4b31e4b6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Sep 2019 14:53:35 +0000 Subject: [PATCH] chore(release): 2.14.0 [skip ci] # [2.14.0](https://github.com/Enigmatis/polaris/compare/v2.13.1...v2.14.0) (2019-09-11) ### Features * **context:** allow user to create context ofor subscriptions ([7e78143](https://github.com/Enigmatis/polaris/commit/7e78143)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aaeb3..96426fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.14.0](https://github.com/Enigmatis/polaris/compare/v2.13.1...v2.14.0) (2019-09-11) + + +### Features + +* **context:** allow user to create context ofor subscriptions ([7e78143](https://github.com/Enigmatis/polaris/commit/7e78143)) + ## [2.13.1](https://github.com/Enigmatis/polaris/compare/v2.13.0...v2.13.1) (2019-07-28) diff --git a/package-lock.json b/package-lock.json index 4f8d03a..ed70aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.13.1", + "version": "2.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eca2ba3..b53bd60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.13.1", + "version": "2.14.0", "description": "An express graphql js engine", "main": "./dist/src/main.js", "types": "./dist/src/main.d.ts",