Skip to content

Commit

Permalink
chore(release): 2.3.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.7](v2.3.6...v2.3.7) (2020-07-16)

### Bug Fixes

* fix test ([b06f77f](b06f77f))
* fixed according to mgf ([6efe218](6efe218))
* snapshot can be created with no data ([fd59408](fd59408))
* snapshot-metadata.ts added ([3a62005](3a62005))
* snapshot-metadata.ts fixed ([48e8024](48e8024))
* snapshot-metadata.ts fixed ([9556b27](9556b27))
* snapshot-metadata.ts fixed ([80170d0](80170d0))
* update common ([1739dca](1739dca))
* update date by annotation ([18170d0](18170d0))
* update date by annotation ([55a0f01](55a0f01))
  • Loading branch information
semantic-release-bot committed Jul 16, 2020
1 parent af80783 commit 3336648
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.3.7](https://github.com/Enigmatis/polaris-typeorm/compare/v2.3.6...v2.3.7) (2020-07-16)


### Bug Fixes

* fix test ([b06f77f](https://github.com/Enigmatis/polaris-typeorm/commit/b06f77f03ba4145074942168bbc27fa90f69710d))
* fixed according to mgf ([6efe218](https://github.com/Enigmatis/polaris-typeorm/commit/6efe21863389e09b2cd9c79d41f0a2f02831a8f2))
* snapshot can be created with no data ([fd59408](https://github.com/Enigmatis/polaris-typeorm/commit/fd59408b3bf5babe7657e268b8bf5b9e6474daa7))
* snapshot-metadata.ts added ([3a62005](https://github.com/Enigmatis/polaris-typeorm/commit/3a620053090132ad95831ded15fbe17ed51c966f))
* snapshot-metadata.ts fixed ([48e8024](https://github.com/Enigmatis/polaris-typeorm/commit/48e80243232d1369e5fd577e265ba8bd0e0c79eb))
* snapshot-metadata.ts fixed ([9556b27](https://github.com/Enigmatis/polaris-typeorm/commit/9556b27b8dc7800844dba90e1c7a87b29a656614))
* snapshot-metadata.ts fixed ([80170d0](https://github.com/Enigmatis/polaris-typeorm/commit/80170d0100a07bf6d2fb99971582485b7d1a0de0))
* update common ([1739dca](https://github.com/Enigmatis/polaris-typeorm/commit/1739dca634d98781347611986b1b3470b28c7424))
* update date by annotation ([18170d0](https://github.com/Enigmatis/polaris-typeorm/commit/18170d083c1a2709f5d7dee82f9e2080c6d608f7))
* update date by annotation ([55a0f01](https://github.com/Enigmatis/polaris-typeorm/commit/55a0f0193d1ea3c898351e604221064f86d162a6))

## [2.3.6](https://github.com/Enigmatis/polaris-typeorm/compare/v2.3.5...v2.3.6) (2020-07-14)


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-typeorm",
"version": "2.3.6",
"version": "2.3.7",
"description": "support for typeorm in polaris",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 3336648

Please sign in to comment.