Skip to content

Commit 3304d92

Browse files
chore(release): 3.6.3 [skip ci]
## [3.6.3](v3.6.2...v3.6.3) (2024-11-06) ### Bug Fixes * **deps:** bump locter from 2.1.3 to 2.1.5 ([#1191](#1191)) ([ee4d5d0](ee4d5d0)) * enhance skipRelation check in validate entity join columns fn ([3120433](3120433)) * validate entity join columns - respect nullable join columns ([ab87659](ab87659))
1 parent 3120433 commit 3304d92

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.6.3](https://github.com/tada5hi/typeorm-extension/compare/v3.6.2...v3.6.3) (2024-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump locter from 2.1.3 to 2.1.5 ([#1191](https://github.com/tada5hi/typeorm-extension/issues/1191)) ([ee4d5d0](https://github.com/tada5hi/typeorm-extension/commit/ee4d5d0c1dcf990e4b217f370bdc2aeba3f668bb))
7+
* enhance skipRelation check in validate entity join columns fn ([3120433](https://github.com/tada5hi/typeorm-extension/commit/312043389c1309ecd0525b70e4d63596f340e86a))
8+
* validate entity join columns - respect nullable join columns ([ab87659](https://github.com/tada5hi/typeorm-extension/commit/ab8765957b70d6d779216ded66e27f30c387e7d9))
9+
110
## [3.6.2](https://github.com/tada5hi/typeorm-extension/compare/v3.6.1...v3.6.2) (2024-10-08)
211

312

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.6.2",
3+
"version": "3.6.3",
44
"description": "A library to create/drop database, simple seeding data sets, ...",
55
"author": {
66
"name": "Peter Placzek",

0 commit comments

Comments
 (0)