Skip to content

Commit

Permalink
chore(release): 1.9.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinCK committed Dec 25, 2020
1 parent 310f3dc commit 2e4eebe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.9.0](https://github.com/RobinCK/typeorm-fixtures/compare/1.8.1...1.9.0) (2020-12-25)

### Bug Fixes

- removed ignore flag for class transformer decorators ([f500747](https://github.com/RobinCK/typeorm-fixtures/commit/f500747c830a15be47cd57f93c75f03945c8feea))

## [1.8.1](https://github.com/RobinCK/typeorm-fixtures/compare/1.8.0...1.8.1) (2020-11-11)

# [1.8.0](https://github.com/RobinCK/typeorm-fixtures/compare/1.6.0...1.8.0) (2020-09-16)
Expand Down Expand Up @@ -30,7 +36,7 @@
### Bug Fixes

- build ([25be751](https://github.com/RobinCK/typeorm-fixtures/commit/25be7514b1c01297273f10355b93c16383dfb861))
- index as \$ ([8655ed4](https://github.com/RobinCK/typeorm-fixtures/commit/8655ed4b601f960b03631db9b12b2a4848e8f099))
- index as $ ([8655ed4](https://github.com/RobinCK/typeorm-fixtures/commit/8655ed4b601f960b03631db9b12b2a4848e8f099))
- restore tslint format ([2313139](https://github.com/RobinCK/typeorm-fixtures/commit/23131394c73fe47c481e60f5d54b11de902f9906))
- restore tslint format ([e53e330](https://github.com/RobinCK/typeorm-fixtures/commit/e53e33061b4592e68b2e34469279d7408bf49766))
- tslint empty line ([a22e3d4](https://github.com/RobinCK/typeorm-fixtures/commit/a22e3d45bd80a71acb989c19ebf6503a7721f560))
Expand Down Expand Up @@ -102,7 +108,7 @@
### Bug Fixes

- **cli:** progress bar length ([4825f3f](https://github.com/RobinCK/typeorm-fixtures/commit/4825f3f22bf9eaefffde16a994bd10edb2c110dc))
- **resolver:** resolve dependencies if used \$current ([47bd691](https://github.com/RobinCK/typeorm-fixtures/commit/47bd6914110f3a5f011761961fdc07920460be60))
- **resolver:** resolve dependencies if used $current ([47bd691](https://github.com/RobinCK/typeorm-fixtures/commit/47bd6914110f3a5f011761961fdc07920460be60))

### Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeorm-fixtures-cli",
"version": "1.8.1",
"version": "1.9.0",
"description": "",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 2e4eebe

Please sign in to comment.