Skip to content

Commit

Permalink
chore: release 7.1.0-next.3
Browse files Browse the repository at this point in the history
# [7.1.0-next.3](v7.1.0-next.2...v7.1.0-next.3) (2024-10-04)

### Bug Fixes

* load seeders classes using typeorm ([#324](#324)) ([#339](#339)) ([a2590cc](a2590cc))
  • Loading branch information
semantic-release-bot committed Oct 4, 2024
1 parent 22aa10f commit b6e7244
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [7.1.0-next.3](https://github.com/jorgebodega/typeorm-seeding/compare/v7.1.0-next.2...v7.1.0-next.3) (2024-10-04)


### Bug Fixes

* load seeders classes using typeorm ([#324](https://github.com/jorgebodega/typeorm-seeding/issues/324)) ([#339](https://github.com/jorgebodega/typeorm-seeding/issues/339)) ([a2590cc](https://github.com/jorgebodega/typeorm-seeding/commit/a2590cc7a4d35a2f0899cd62274e2e0a5d07f6fd))

# [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)


Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"bin": {
"typeorm-seeding": "dist/cli.js"
},
"contributors": ["Jorge Bodega <jorge.bodega.f@gmail.com> (https://github.com/jorgebodega)"],
"contributors": [
"Jorge Bodega <jorge.bodega.f@gmail.com> (https://github.com/jorgebodega)"
],
"dependencies": {
"chalk": "4.1.2",
"commander": "12.1.0",
Expand All @@ -28,7 +30,12 @@
"engines": {
"node": ">=18 <19 || >=20"
},
"keywords": ["typeorm", "seed", "seeding", "orm"],
"keywords": [
"typeorm",
"seed",
"seeding",
"orm"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@jorgebodega/typeorm-seeding",
Expand Down Expand Up @@ -57,5 +64,5 @@
"typecheck": "tsc --noEmit"
},
"types": "dist/index.d.ts",
"version": "7.1.0-next.2"
"version": "7.1.0-next.3"
}

0 comments on commit b6e7244

Please sign in to comment.