Skip to content

Commit 8a1b47b

Browse files
chore: release 5.0.0
# [5.0.0](v4.0.0...v5.0.0) (2022-08-01) ### Bug Fixes * add factory deprecation notice ([8d75e05](8d75e05)) * update dependency glob to v8 ([2d3c996](2d3c996)) ### Features * removed unused command and add some more tests ([ea6649e](ea6649e)) * use typeorm 0.3 ([aa0153b](aa0153b)) ### BREAKING CHANGES * Removed config command * Connection API is deprecated and removed.
1 parent e50a9ef commit 8a1b47b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [5.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v4.0.0...v5.0.0) (2022-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add factory deprecation notice ([8d75e05](https://github.com/jorgebodega/typeorm-seeding/commit/8d75e05e43b35e770f7c14437a1e6b04c8fffd01))
7+
* update dependency glob to v8 ([2d3c996](https://github.com/jorgebodega/typeorm-seeding/commit/2d3c99635fcfdd667b38a4bed60d663145dd619b))
8+
9+
10+
### Features
11+
12+
* removed unused command and add some more tests ([ea6649e](https://github.com/jorgebodega/typeorm-seeding/commit/ea6649e98261d62907118448b047987cbebcd2c7))
13+
* use typeorm 0.3 ([aa0153b](https://github.com/jorgebodega/typeorm-seeding/commit/aa0153bd050c60ab94f9979eff4e5ab9bec81645))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* Removed config command
19+
* Connection API is deprecated and removed.
20+
121
# [5.0.0-next.2](https://github.com/jorgebodega/typeorm-seeding/compare/v5.0.0-next.1...v5.0.0-next.2) (2022-08-01)
222

323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jorgebodega/typeorm-seeding",
3-
"version": "5.0.0-next.2",
3+
"version": "5.0.0",
44
"description": "🌱 A delightful way to seed test data into your database.",
55
"license": "MIT",
66
"author": "Gery Hirschfeld <[email protected]> (https://github.com/hirsch88)",

0 commit comments

Comments
 (0)