From c224c9cc18b444a472569cbd28ba594538276082 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Feb 2019 10:05:55 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/Enigmatis/polaris/compare/v2.0.0...v2.1.0) (2019-02-18) ### Bug Fixes * **introspection:** fix introspection ([6d13056](https://github.com/Enigmatis/polaris/commit/6d13056)) ### Features * **introspection:** not filtering type introspection ([38799b2](https://github.com/Enigmatis/polaris/commit/38799b2)) * **validation:** send validation error to client ([2864f84](https://github.com/Enigmatis/polaris/commit/2864f84)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19de4f..a59a4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.1.0](https://github.com/Enigmatis/polaris/compare/v2.0.0...v2.1.0) (2019-02-18) + + +### Bug Fixes + +* **introspection:** fix introspection ([6d13056](https://github.com/Enigmatis/polaris/commit/6d13056)) + + +### Features + +* **introspection:** not filtering type introspection ([38799b2](https://github.com/Enigmatis/polaris/commit/38799b2)) +* **validation:** send validation error to client ([2864f84](https://github.com/Enigmatis/polaris/commit/2864f84)) + # [2.0.0](https://github.com/Enigmatis/polaris/compare/v1.4.0...v2.0.0) (2019-02-11) diff --git a/package-lock.json b/package-lock.json index 60f0989..a164ce5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbbbc1d..010401e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.0.0", + "version": "2.1.0", "description": "An express graphql js engine", "main": "./dist/src/main.js", "types": "./dist/src/main.d.ts",