Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2019-02-18)

### Bug Fixes

* **introspection:** fix introspection ([6d13056](6d13056))

### Features

* **introspection:** not filtering type introspection ([38799b2](38799b2))
* **validation:** send validation error to client ([2864f84](2864f84))
  • Loading branch information
semantic-release-bot committed Feb 18, 2019
1 parent 7c08fcf commit c224c9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0.0",
"version": "2.1.0",
"description": "An express graphql js engine",
"main": "./dist/src/main.js",
"types": "./dist/src/main.d.ts",
Expand Down

0 comments on commit c224c9c

Please sign in to comment.