Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.4...v2.6.0) (2023-03-25)

### Features

* add generate migraiton helper utility ([c9e3736](c9e3736))
* add mongodb driver support ([5ef4d74](5ef4d74))
* better env variable(s) handling ([fea6bf7](fea6bf7))
  • Loading branch information
semantic-release-bot committed Mar 25, 2023
1 parent c9e3736 commit 6f85c78
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 @@
# [2.6.0](https://github.com/tada5hi/typeorm-extension/compare/v2.5.4...v2.6.0) (2023-03-25)


### Features

* add generate migraiton helper utility ([c9e3736](https://github.com/tada5hi/typeorm-extension/commit/c9e37362eb9a75b95525c68e5dbf941d8641b8af))
* add mongodb driver support ([5ef4d74](https://github.com/tada5hi/typeorm-extension/commit/5ef4d74e4e35db01a20984f4f36ed4d7f0e387ca))
* better env variable(s) handling ([fea6bf7](https://github.com/tada5hi/typeorm-extension/commit/fea6bf7c015f20a419f3d2354c38c701b10e1cf4))

## [2.5.4](https://github.com/tada5hi/typeorm-extension/compare/v2.5.3...v2.5.4) (2023-03-13)


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

0 comments on commit 6f85c78

Please sign in to comment.