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",