Skip to content

Commit f80e5a4

Browse files
chore: release 7.1.0-next.1
# [7.1.0-next.1](v7.0.0...v7.1.0-next.1) (2024-06-22) ### Features * install biome as formatter and linter ([#335](#335)) ([a195c27](a195c27))
1 parent 714019f commit f80e5a4

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.1](https://github.com/jorgebodega/typeorm-seeding/compare/v7.0.0...v7.1.0-next.1) (2024-06-22)
2+
3+
4+
### Features
5+
6+
* install biome as formatter and linter ([#335](https://github.com/jorgebodega/typeorm-seeding/issues/335)) ([a195c27](https://github.com/jorgebodega/typeorm-seeding/commit/a195c271ed2dd2c44eb84a11e061732c0b5cc83e))
7+
18
# [7.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v6.0.1...v7.0.0) (2024-03-18)
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.0.0"
69+
"version": "7.1.0-next.1"
6370
}

0 commit comments

Comments
 (0)