Skip to content

Commit dce63a5

Browse files
chore(master): release 4.1.0 (#1435)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38b89a8 commit dce63a5

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
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+
## [4.1.0](https://github.com/tada5hi/typeorm-extension/compare/v4.0.0...v4.1.0) (2026-08-18)
22+
23+
24+
### Features
25+
26+
* generate javascript migration files ([#1434](https://github.com/tada5hi/typeorm-extension/issues/1434)) ([f1805b3](https://github.com/tada5hi/typeorm-extension/commit/f1805b3b9eab8048c224b7be24e12205e71e0440))
27+
28+
29+
### Bug Fixes
30+
31+
* accept findOptions in the database context input types ([dc37957](https://github.com/tada5hi/typeorm-extension/commit/dc37957b59ea723adf1be2cb8f7e6fb181cb535e))
32+
2133
## [4.0.0](https://github.com/tada5hi/typeorm-extension/compare/v4.0.0-beta.3...v4.0.0) (2026-08-11)
2234

2335

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": "4.0.0",
3+
"version": "4.1.0",
44
"type": "module",
55
"description": "A library to create/drop database, simple seeding data sets, ...",
66
"author": {

0 commit comments

Comments
 (0)