@jorgebodega/typeorm-seeding 7.0.0-next.3 → 7.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 +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,32 @@
1
+ # [7.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v6.0.1...v7.0.0) (2024-03-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * deprecation messages ([e523142](https://github.com/jorgebodega/typeorm-seeding/commit/e5231421610e92145779d798996dbddb62ee3d38))
7
+ * eslint ([769263d](https://github.com/jorgebodega/typeorm-seeding/commit/769263d29ee1c8240b24ce2523229d02e621044d))
8
+ * update dependency commander to v10 ([b43eca4](https://github.com/jorgebodega/typeorm-seeding/commit/b43eca4c4106557d95e70a95a8d08141ca65b389))
9
+ * update dependency commander to v11 ([4eec67d](https://github.com/jorgebodega/typeorm-seeding/commit/4eec67d5390dfafbc42ad0ea68f68bb7b3b1936e))
10
+ * update dependency commander to v12 ([12a46b1](https://github.com/jorgebodega/typeorm-seeding/commit/12a46b1f791755b8d57d3a1ecd3bd984984566d9))
11
+ * update dependency glob to v10 ([859da14](https://github.com/jorgebodega/typeorm-seeding/commit/859da145303cc0ccc24dced4f1940c9ec8fb7a44))
12
+
13
+
14
+ ### chore
15
+
16
+ * bump minimum node version ([c08c2b2](https://github.com/jorgebodega/typeorm-seeding/commit/c08c2b273d9eddc8fe1ce3d9b294c2e5f7e4c7df))
17
+
18
+
19
+ ### Features
20
+
21
+ * upgrade node version ([b895adb](https://github.com/jorgebodega/typeorm-seeding/commit/b895adbac1ce2a541c02b78bd229f6081362950b))
22
+ * upgrade typescript ([af5c2f7](https://github.com/jorgebodega/typeorm-seeding/commit/af5c2f76addd352e00538ea198e1ae794def5160))
23
+
24
+
25
+ ### BREAKING CHANGES
26
+
27
+ * remove support for node 16
28
+ * now Node 14 (lts) and 17 are out-of-life
29
+
1
30
  # [7.0.0-next.3](https://github.com/jorgebodega/typeorm-seeding/compare/v7.0.0-next.2...v7.0.0-next.3) (2024-03-18)
2
31
 
3
32
  # [7.0.0-next.2](https://github.com/jorgebodega/typeorm-seeding/compare/v7.0.0-next.1...v7.0.0-next.2) (2024-02-28)
package/package.json CHANGED
@@ -72,5 +72,5 @@
72
72
  "typecheck": "tsc --noEmit"
73
73
  },
74
74
  "types": "dist/index.d.ts",
75
- "version": "7.0.0-next.3"
75
+ "version": "7.0.0"
76
76
  }