Skip to content

Commit

Permalink
chore(release): 2.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.2](v2.11.1...v2.11.2) (2019-06-13)

### Bug Fixes

* **scalars:** date scalar resolver ([f407a02](f407a02))
  • Loading branch information
semantic-release-bot committed Jun 13, 2019
1 parent fd8deaf commit 5b0dd57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.11.2](https://github.com/Enigmatis/polaris/compare/v2.11.1...v2.11.2) (2019-06-13)


### Bug Fixes

* **scalars:** date scalar resolver ([f407a02](https://github.com/Enigmatis/polaris/commit/f407a02))

## [2.11.1](https://github.com/Enigmatis/polaris/compare/v2.11.0...v2.11.1) (2019-06-05)


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

0 comments on commit 5b0dd57

Please sign in to comment.