Skip to content

Commit d0c7bf1

Browse files
chore: release 7.1.0-next.2
# [7.1.0-next.2](v7.1.0-next.1...v7.1.0-next.2) (2024-09-25) ### Bug Fixes * update dependency glob to v11 ([#342](#342)) ([e5fb787](e5fb787))
1 parent e5fb787 commit d0c7bf1

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.1.0-next.2](https://github.com/jorgebodega/typeorm-seeding/compare/v7.1.0-next.1...v7.1.0-next.2) (2024-09-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependency glob to v11 ([#342](https://github.com/jorgebodega/typeorm-seeding/issues/342)) ([e5fb787](https://github.com/jorgebodega/typeorm-seeding/commit/e5fb7870960fd8bec9e3bc8afd158753a320d191))
7+
18
# [7.1.0-next.1](https://github.com/jorgebodega/typeorm-seeding/compare/v7.0.0...v7.1.0-next.1) (2024-06-22)
29

310

package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"bin": {
44
"typeorm-seeding": "dist/cli.js"
55
},
6-
"contributors": ["Jorge Bodega <[email protected]> (https://github.com/jorgebodega)"],
6+
"contributors": [
7+
"Jorge Bodega <[email protected]> (https://github.com/jorgebodega)"
8+
],
79
"dependencies": {
810
"chalk": "4.1.2",
911
"commander": "12.1.0",
@@ -30,7 +32,12 @@
3032
"engines": {
3133
"node": ">=18 <19 || >=20"
3234
},
33-
"keywords": ["typeorm", "seed", "seeding", "orm"],
35+
"keywords": [
36+
"typeorm",
37+
"seed",
38+
"seeding",
39+
"orm"
40+
],
3441
"license": "MIT",
3542
"main": "dist/index.js",
3643
"name": "@jorgebodega/typeorm-seeding",
@@ -59,5 +66,5 @@
5966
"typecheck": "tsc --noEmit"
6067
},
6168
"types": "dist/index.d.ts",
62-
"version": "7.1.0-next.1"
69+
"version": "7.1.0-next.2"
6370
}

0 commit comments

Comments
 (0)