From 343b08d0a7172b3c0d9106041bb7e02d7a68ab9e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Mar 2019 09:40:47 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/Enigmatis/polaris/compare/v2.2.0...v2.2.1) (2019-03-05) ### Bug Fixes * **fix introspection:** fix introspection schema ([c7ef9bb](https://github.com/Enigmatis/polaris/commit/c7ef9bb)) * change middleware to run up to down ([39202a9](https://github.com/Enigmatis/polaris/commit/39202a9)) * lint fix ([a085d68](https://github.com/Enigmatis/polaris/commit/a085d68)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5201d..38912b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.1](https://github.com/Enigmatis/polaris/compare/v2.2.0...v2.2.1) (2019-03-05) + + +### Bug Fixes + +* **fix introspection:** fix introspection schema ([c7ef9bb](https://github.com/Enigmatis/polaris/commit/c7ef9bb)) +* change middleware to run up to down ([39202a9](https://github.com/Enigmatis/polaris/commit/39202a9)) +* lint fix ([a085d68](https://github.com/Enigmatis/polaris/commit/a085d68)) + # [2.2.0](https://github.com/Enigmatis/polaris/compare/v2.1.0...v2.2.0) (2019-02-21) diff --git a/package-lock.json b/package-lock.json index 7759e5f..8abd651 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53239e4..c8d09a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris", - "version": "2.2.0", + "version": "2.2.1", "description": "An express graphql js engine", "main": "./dist/src/main.js", "types": "./dist/src/main.d.ts",