Skip to content

Commit

Permalink
chore(release): 3.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.6.0](v3.5.1...v3.6.0) (2024-07-27)

### Features

* add experimental entity-{uniqueness,property-names,join-columns} helpers ([#1062](#1062)) ([9ab61cc](9ab61cc))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent 37c75d4 commit 4deac3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.6.0](https://github.com/tada5hi/typeorm-extension/compare/v3.5.1...v3.6.0) (2024-07-27)


### Features

* add experimental entity-{uniqueness,property-names,join-columns} helpers ([#1062](https://github.com/tada5hi/typeorm-extension/issues/1062)) ([9ab61cc](https://github.com/tada5hi/typeorm-extension/commit/9ab61cc76fc1ffa03fe2f11b6f91b23eb01640d7))

## [3.5.1](https://github.com/tada5hi/typeorm-extension/compare/v3.5.0...v3.5.1) (2024-04-09)


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.5.1",
"version": "3.6.0",
"description": "A library to create/drop database, simple seeding data sets, ...",
"author": {
"name": "Peter Placzek",
Expand Down

0 comments on commit 4deac3b

Please sign in to comment.