Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.13...v2.3.0) (2022-11-27)

### Features

* add check-database utility fn ([706e044](706e044))
* allow null value in query filter list ([949124c](949124c))
  • Loading branch information
semantic-release-bot committed Nov 27, 2022
1 parent 706e044 commit c0c95d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.3.0](https://github.com/tada5hi/typeorm-extension/compare/v2.2.13...v2.3.0) (2022-11-27)


### Features

* add check-database utility fn ([706e044](https://github.com/tada5hi/typeorm-extension/commit/706e044571b751bdf2c31dc9bace9deec6b4689a))
* allow null value in query filter list ([949124c](https://github.com/tada5hi/typeorm-extension/commit/949124cbfaabe5b81db56883e2106b71b7be0a52))

## [2.2.13](https://github.com/tada5hi/typeorm-extension/compare/v2.2.12...v2.2.13) (2022-11-16)


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

0 comments on commit c0c95d4

Please sign in to comment.