Skip to content

Commit a25d4af

Browse files
chore(release): 3.6.2 [skip ci]
## [3.6.2](v3.6.1...v3.6.2) (2024-10-08) ### Bug Fixes * consider runSchema- & synchronize-option in checkDatabase fn ([b90a127](b90a127)) * **deps:** bump locter from 2.1.0 to 2.1.3 ([#1155](#1155)) ([48752e7](48752e7))
1 parent 18bd3de commit a25d4af

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.6.2](https://github.com/tada5hi/typeorm-extension/compare/v3.6.1...v3.6.2) (2024-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* consider runSchema- & synchronize-option in checkDatabase fn ([b90a127](https://github.com/tada5hi/typeorm-extension/commit/b90a1276e2ac3495249b9935fb20bb74e396c71e))
7+
* **deps:** bump locter from 2.1.0 to 2.1.3 ([#1155](https://github.com/tada5hi/typeorm-extension/issues/1155)) ([48752e7](https://github.com/tada5hi/typeorm-extension/commit/48752e7c2005e7cc99cdf46b460166f2cfdf813d))
8+
19
## [3.6.1](https://github.com/tada5hi/typeorm-extension/compare/v3.6.0...v3.6.1) (2024-08-11)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typeorm-extension",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "A library to create/drop database, simple seeding data sets, ...",
55
"author": {
66
"name": "Peter Placzek",

0 commit comments

Comments
 (0)