Skip to content

Commit 523ac01

Browse files
committed
chore(release): 3.0.0 🎉
1 parent b4657fd commit 523ac01

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [3.0.0](https://github.com/RobinCK/typeorm-fixtures/compare/2.0.0...3.0.0) (2022-07-02)
2+
3+
### Bug Fixes
4+
5+
- **chalk:** revert to chalk version 4 ([6347787](https://github.com/RobinCK/typeorm-fixtures/commit/63477870105e4f1e65ff189cd1ad56a82b35621f))
6+
- **cli:** add cli to have esm and cjs mode like typeorm cli ([aec7d09](https://github.com/RobinCK/typeorm-fixtures/commit/aec7d09b500e99f3d7e11e1c9c36c4ca315c4f52))
7+
- **cli:** fix yargs arguments ([c328299](https://github.com/RobinCK/typeorm-fixtures/commit/c3282990ff2d124e22883842d5de0783d0c598ce))
8+
- fix call function ([5f2f31b](https://github.com/RobinCK/typeorm-fixtures/commit/5f2f31bb7da92eb1059dd0ae9ca92de92fde0727))
9+
- **fix:** fix call function ([c6f1e9c](https://github.com/RobinCK/typeorm-fixtures/commit/c6f1e9cee42c8b6e8a983f33f8b5d97be9a4f2c8))
10+
- **lint:** fix configuration of eslint ([3fce893](https://github.com/RobinCK/typeorm-fixtures/commit/3fce8938558ed5d77bd5ee90a0315f28b48ad7c0))
11+
- **test:** provide new argument ignoreDecorators ([aa3c261](https://github.com/RobinCK/typeorm-fixtures/commit/aa3c261307de518fb18ef05673d499fb7af7ff0c))
12+
13+
### Code Refactoring
14+
15+
- **all:** update outdated packages, use yargs ([e523d55](https://github.com/RobinCK/typeorm-fixtures/commit/e523d5585f778f815745a17ceceb976172de324a))
16+
17+
### Features
18+
19+
- **datasource:** use new method to load dataSource ([78559af](https://github.com/RobinCK/typeorm-fixtures/commit/78559af178f9bbd55e577b95dcc5170c3f508bce))
20+
21+
### BREAKING CHANGES
22+
23+
- **all:** use new fakerjs package, some random functions was removed
24+
- **datasource:** ormconfig file should not work anymore, use dataSource file instead.
25+
126
# [2.0.0](https://github.com/RobinCK/typeorm-fixtures/compare/1.11.1...2.0.0) (2022-06-17)
227

328
### Bug Fixes
@@ -7,7 +32,7 @@
732

833
### BREAKING CHANGES
934

10-
- Incompatible with typeorm 0.2.0, this version uses the new datasource class of
35+
- Imcompatible with typeorm 0.2.0, this version uses the new datasource class of
1136
typeorm 0.3.0.
1237

1338
## [1.11.1](https://github.com/RobinCK/typeorm-fixtures/compare/1.11.0...1.11.1) (2022-03-29)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-fixtures-cli",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)