Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.18 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.18](v2.0.0-beta.17...v2.0.0-beta.18) (2020-05-13)

### Bug Fixes

* fixed if condition ([41ce74f](41ce74f))
* snapshot plugin is no longer requiring injection of apollo server ([bb394d2](bb394d2))
* upgrade polaris typeorm ([05dec14](05dec14))
  • Loading branch information
semantic-release-bot committed May 13, 2020
1 parent 3de8c0b commit 813d039
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.0.0-beta.18](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2020-05-13)


### Bug Fixes

* fixed if condition ([41ce74f](https://github.com/Enigmatis/polaris-core/commit/41ce74f8d03c019f8fffc805488443b2f861202e))
* snapshot plugin is no longer requiring injection of apollo server ([bb394d2](https://github.com/Enigmatis/polaris-core/commit/bb394d2a98c34c1198e8dda7ca803b0c77cc7277))
* upgrade polaris typeorm ([05dec14](https://github.com/Enigmatis/polaris-core/commit/05dec14ea081a47a4ab2144c2a60be73144f65bd))

# [2.0.0-beta.17](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2020-05-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-core",
"version": "2.0.0-beta.17",
"version": "2.0.0-beta.18",
"description": "Create a node js graphql service easily",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 813d039

Please sign in to comment.