Skip to content

Commit

Permalink
chore(release): 3.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 6, 2024
1 parent 3120433 commit 3304d92
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.6.3](https://github.com/tada5hi/typeorm-extension/compare/v3.6.2...v3.6.3) (2024-11-06)


### Bug Fixes

* **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))
* enhance skipRelation check in validate entity join columns fn ([3120433](https://github.com/tada5hi/typeorm-extension/commit/312043389c1309ecd0525b70e4d63596f340e86a))
* validate entity join columns - respect nullable join columns ([ab87659](https://github.com/tada5hi/typeorm-extension/commit/ab8765957b70d6d779216ded66e27f30c387e7d9))

## [3.6.2](https://github.com/tada5hi/typeorm-extension/compare/v3.6.1...v3.6.2) (2024-10-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeorm-extension",
"version": "3.6.2",
"version": "3.6.3",
"description": "A library to create/drop database, simple seeding data sets, ...",
"author": {
"name": "Peter Placzek",
Expand Down

0 comments on commit 3304d92

Please sign in to comment.