Skip to content

Commit 53ae885

Browse files
chore(master): release 3.7.2 (#1341)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b012542 commit 53ae885

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.7.1"
2+
".": "3.7.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
* add create database template support for postgres ([#1244](https://github.com/tada5hi/typeorm-extension/issues/1244)) ([d4d66d3](https://github.com/tada5hi/typeorm-extension/commit/d4d66d3eeb4477dcc15eacf2bbf4549f36906c01)), closes [#1226](https://github.com/tada5hi/typeorm-extension/issues/1226)
1919
* **postgres:** allow schema creation for postgres ([#1247](https://github.com/tada5hi/typeorm-extension/issues/1247)) ([986ff58](https://github.com/tada5hi/typeorm-extension/commit/986ff5883865a01c3a57ad742197e08aae80fbc7))
2020

21+
## [3.7.2](https://github.com/tada5hi/typeorm-extension/compare/v3.7.1...v3.7.2) (2025-11-25)
22+
23+
24+
### Bug Fixes
25+
26+
* **deps:** bump locter to v2.1.1 ([b012542](https://github.com/tada5hi/typeorm-extension/commit/b0125424dea537fedc05666dc2f6ddd2cf8cda9f))
27+
* **deps:** bump yargs to v18.0.0 ([6b8e689](https://github.com/tada5hi/typeorm-extension/commit/6b8e68931a32354a79f9a34bcd6992b70cba5f41))
28+
* **deps:** define faker as peer-dependency ([71408c0](https://github.com/tada5hi/typeorm-extension/commit/71408c0796328d699e0f1910f07b38fdc44133ab))
29+
2130
## [3.6.3](https://github.com/tada5hi/typeorm-extension/compare/v3.6.2...v3.6.3) (2024-11-06)
2231

2332

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-extension",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "A library to create/drop database, simple seeding data sets, ...",
55
"author": {
66
"name": "Peter Placzek",

0 commit comments

Comments
 (0)