Skip to content

Commit 6f4a7d5

Browse files
chore: release 7.1.0
# [7.1.0](v7.0.0...v7.1.0) (2024-10-04) ### Bug Fixes * load seeders classes using typeorm ([#324](#324)) ([#339](#339)) ([a2590cc](a2590cc)) * update dependency glob to v11 ([#342](#342)) ([e5fb787](e5fb787)) ### Features * install biome as formatter and linter ([#335](#335)) ([a195c27](a195c27))
1 parent b6e7244 commit 6f4a7d5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [7.1.0](https://github.com/jorgebodega/typeorm-seeding/compare/v7.0.0...v7.1.0) (2024-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* 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+
* update dependency glob to v11 ([#342](https://github.com/jorgebodega/typeorm-seeding/issues/342)) ([e5fb787](https://github.com/jorgebodega/typeorm-seeding/commit/e5fb7870960fd8bec9e3bc8afd158753a320d191))
8+
9+
10+
### Features
11+
12+
* install biome as formatter and linter ([#335](https://github.com/jorgebodega/typeorm-seeding/issues/335)) ([a195c27](https://github.com/jorgebodega/typeorm-seeding/commit/a195c271ed2dd2c44eb84a11e061732c0b5cc83e))
13+
114
# [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)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
"typecheck": "tsc --noEmit"
6565
},
6666
"types": "dist/index.d.ts",
67-
"version": "7.1.0-next.3"
67+
"version": "7.1.0"
6868
}

0 commit comments

Comments
 (0)