Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.2...v2.5.0) (2023-02-15)

### Bug Fixes

* **deps:** bump rapiq, better-sqlite(dev) & typeorm(dev) ([acff4f7](acff4f7))

### Features

* lazy transpiling of seeder-/data-source-files ([5d092ad](5d092ad))
* stricter typescript rules ([64a2868](64a2868))
  • Loading branch information
semantic-release-bot committed Feb 15, 2023
1 parent acff4f7 commit a1c92a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.5.0](https://github.com/tada5hi/typeorm-extension/compare/v2.4.2...v2.5.0) (2023-02-15)


### Bug Fixes

* **deps:** bump rapiq, better-sqlite(dev) & typeorm(dev) ([acff4f7](https://github.com/tada5hi/typeorm-extension/commit/acff4f74875bf565ceedb4f34c8b304d8646331c))


### Features

* lazy transpiling of seeder-/data-source-files ([5d092ad](https://github.com/tada5hi/typeorm-extension/commit/5d092ad9ed8e83f2c53a82c67b7b9e907a9a3e0a))
* stricter typescript rules ([64a2868](https://github.com/tada5hi/typeorm-extension/commit/64a286861da49f6d6893c8c19c6ef18f7a02916d))

## [2.4.2](https://github.com/tada5hi/typeorm-extension/compare/v2.4.1...v2.4.2) (2023-01-17)


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

0 comments on commit a1c92a6

Please sign in to comment.