Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2019-03-05)

### Bug Fixes

* **fix introspection:** fix introspection schema ([c7ef9bb](c7ef9bb))
* change middleware to run up to down ([39202a9](39202a9))
* lint fix ([a085d68](a085d68))
  • Loading branch information
semantic-release-bot committed Mar 5, 2019
1 parent 77e525e commit 343b08d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 343b08d

Please sign in to comment.