diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ebaa8..3e4e5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.7.0](https://github.com/Enigmatis/polaris/compare/v2.6.0...v2.7.0) (2019-04-09) + + +### Features + +* **headers:** invalid error returning graphql error to the user ([2436733](https://github.com/Enigmatis/polaris/commit/2436733)), closes [#44](https://github.com/Enigmatis/polaris/issues/44) +* **schema:** allow to use gql schema instead of regular string ([407211b](https://github.com/Enigmatis/polaris/commit/407211b)) + # [2.6.0](https://github.com/Enigmatis/polaris/compare/v2.5.0...v2.6.0) (2019-04-04) diff --git a/package-lock.json b/package-lock.json index 54c0284..87d930b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ed9462..20138be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.6.0", + "version": "2.7.0", "description": "An express graphql js engine", "main": "./dist/src/main.js", "types": "./dist/src/main.d.ts",