Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.27 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.27](v2.0.0-beta.26...v2.0.0-beta.27) (2020-08-02)

### Bug Fixes

* added a bit of transaction management ([987a4d6](987a4d6))
* added await when dealing with a transaction ([e463c3b](e463c3b))
* snapshot process is now transactional ([51f6945](51f6945))
  • Loading branch information
semantic-release-bot committed Aug 2, 2020
1 parent 80a7a89 commit b591eba
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.27](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-beta.26...v2.0.0-beta.27) (2020-08-02)


### Bug Fixes

* added a bit of transaction management ([987a4d6](https://github.com/Enigmatis/polaris-core/commit/987a4d6d7a23c019aa14060a1f3aa1673ddb9708))
* added await when dealing with a transaction ([e463c3b](https://github.com/Enigmatis/polaris-core/commit/e463c3bc65209bc0f96e9992fdfe5c6249934c34))
* snapshot process is now transactional ([51f6945](https://github.com/Enigmatis/polaris-core/commit/51f6945a41049115d2a2d32b216f79ef57ad84f9))

# [2.0.0-beta.26](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2020-07-28)


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.26",
"version": "2.0.0-beta.27",
"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 b591eba

Please sign in to comment.