Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2024-01-18)

### Bug Fixes

* **deps:** bump locter to v2.0.2 ([4108ee3](4108ee3))
* remove duplicate runtime environment checks ([25db92a](25db92a))

### Features

* add bin directory as export ([#849](#849)) ([d0e83e6](d0e83e6))
* prioritize seeder track property over global option ([b21bb6f](b21bb6f))
* simplify data-source options detection ([328b4f0](328b4f0))
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent 4108ee3 commit efe9829
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.4.0](https://github.com/tada5hi/typeorm-extension/compare/v3.3.0...v3.4.0) (2024-01-18)


### Bug Fixes

* **deps:** bump locter to v2.0.2 ([4108ee3](https://github.com/tada5hi/typeorm-extension/commit/4108ee3e94d567ca1733b2dd92fedbb6cd5cffb2))
* remove duplicate runtime environment checks ([25db92a](https://github.com/tada5hi/typeorm-extension/commit/25db92a9b21af04ae9132e4a885b5fec0e99dce0))


### Features

* add bin directory as export ([#849](https://github.com/tada5hi/typeorm-extension/issues/849)) ([d0e83e6](https://github.com/tada5hi/typeorm-extension/commit/d0e83e6bc80831f99fc58bdb4279254694944514))
* prioritize seeder track property over global option ([b21bb6f](https://github.com/tada5hi/typeorm-extension/commit/b21bb6f02531c3743df19b1fdfe38e5bb3983948))
* simplify data-source options detection ([328b4f0](https://github.com/tada5hi/typeorm-extension/commit/328b4f065beb8c47096e7f1abd92b5d55e6a24dd))

# [3.4.0-beta.2](https://github.com/tada5hi/typeorm-extension/compare/v3.4.0-beta.1...v3.4.0-beta.2) (2024-01-18)


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

0 comments on commit efe9829

Please sign in to comment.