@jorgebodega/typeorm-seeding 6.0.0-next.4 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [6.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v5.0.2...v6.0.0) (2022-11-02)
2
+
3
+
4
+ ### chore
5
+
6
+ * remove factory definitions ([f2ede7c](https://github.com/jorgebodega/typeorm-seeding/commit/f2ede7c952a106db98ef817e6c9fc34a1a79dd96))
7
+
8
+
9
+ ### Features
10
+
11
+ * add support for multiple paths on cli ([6ffb5dd](https://github.com/jorgebodega/typeorm-seeding/commit/6ffb5dd00dcb83c06b62a616855b344ab01f2096))
12
+ * force major version ([73ade47](https://github.com/jorgebodega/typeorm-seeding/commit/73ade475e1a1f44764d4090b04fe2abf9fcbe61b))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * Force version 6
18
+ * remove all factory related code in favor of @jorgebodega/typeorm-factory
19
+
1
20
  # [6.0.0-next.4](https://github.com/jorgebodega/typeorm-seeding/compare/v6.0.0-next.3...v6.0.0-next.4) (2022-11-02)
2
21
 
3
22
  # [6.0.0-next.3](https://github.com/jorgebodega/typeorm-seeding/compare/v6.0.0-next.2...v6.0.0-next.3) (2022-10-15)
@@ -39,6 +58,13 @@
39
58
 
40
59
  * remove all factory related code in favor of @jorgebodega/typeorm-factory
41
60
 
61
+ ## [5.0.2](https://github.com/jorgebodega/typeorm-seeding/compare/v5.0.1...v5.0.2) (2022-09-05)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * glob pattern on Windows ([1246b1c](https://github.com/jorgebodega/typeorm-seeding/commit/1246b1c5683419086b59b1e44bcec3e8f2af05d3))
67
+
42
68
  ## [5.0.1](https://github.com/jorgebodega/typeorm-seeding/compare/v5.0.0...v5.0.1) (2022-08-18)
43
69
 
44
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jorgebodega/typeorm-seeding",
3
- "version": "6.0.0-next.4",
3
+ "version": "6.0.0",
4
4
  "keywords": [
5
5
  "typeorm",
6
6
  "seed",