Skip to content

Commit

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

### Bug Fixes

* dependency to middlewares ([8c7dd02](8c7dd02))
* dependency to middlewares ([d8cda3c](d8cda3c))
* dependency to middlewares ([15ca126](15ca126))
* upgrade polaris typeorm ([de9e605](de9e605))
* upgrade polaris typeorm ([6ae4d07](6ae4d07))

### Features

* **transactional mutations:** not finished yet at all. ([b297f8f](b297f8f))
* **transactional mutations:** not finished yet at all. ([7fa94cc](7fa94cc))
* **transactional mutations:** temp commit, finished tests but maybe will have another changes. ([f9ed73c](f9ed73c))
* **transactionalMutations:** temp commit - not finished yet. ([7f0f006](7f0f006))
  • Loading branch information
semantic-release-bot committed Apr 30, 2020
1 parent 0cc2a6a commit 8d337fa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0-beta.14](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2020-04-30)


### Bug Fixes

* dependency to middlewares ([8c7dd02](https://github.com/Enigmatis/polaris-core/commit/8c7dd022a34c1ae36e0f743b056c6e1743bb2cea))
* dependency to middlewares ([d8cda3c](https://github.com/Enigmatis/polaris-core/commit/d8cda3ced4b1f30636ce4a464c6ca867fe828fe8))
* dependency to middlewares ([15ca126](https://github.com/Enigmatis/polaris-core/commit/15ca126e0e926f708ec0ba9f3f1e2ebf038797e8))
* upgrade polaris typeorm ([de9e605](https://github.com/Enigmatis/polaris-core/commit/de9e605da5f7dcb157baf5c36ffb3e8768b850cd))
* upgrade polaris typeorm ([6ae4d07](https://github.com/Enigmatis/polaris-core/commit/6ae4d0729ec69dcc0c09d78b04678d460f9c111f))


### Features

* **transactional mutations:** not finished yet at all. ([b297f8f](https://github.com/Enigmatis/polaris-core/commit/b297f8f2209cbe76e2f04f75aa541e90c096f037))
* **transactional mutations:** not finished yet at all. ([7fa94cc](https://github.com/Enigmatis/polaris-core/commit/7fa94cc5a57bb9b4bb81fed23f0ff1210a9bda09))
* **transactional mutations:** temp commit, finished tests but maybe will have another changes. ([f9ed73c](https://github.com/Enigmatis/polaris-core/commit/f9ed73c1620d6df6c652f17bc83e7d704c56fed2))
* **transactionalMutations:** temp commit - not finished yet. ([7f0f006](https://github.com/Enigmatis/polaris-core/commit/7f0f006c1b9056106aeb51fc976768fdf411a7b0))

# [2.0.0-beta.13](https://github.com/Enigmatis/polaris-core/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2020-04-23)


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.13",
"version": "2.0.0-beta.14",
"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 8d337fa

Please sign in to comment.