Skip to content

Commit 3350462

Browse files
committed
7.0.14
* chore: update dependency loopback-datasource-juggler to ^5.1.0 (renovate[bot]) * chore: update dependency loopback-connector to ^6.1.9 (renovate[bot]) * chore: update dependency debug to ^4.3.7 (renovate[bot]) * fix: enable migration for enum property (Muhammad Aaqil) * fix: change condition to treat tinyint as boolean (Muhammad Aaqil) * chore: update dependency async to ^3.2.6 (renovate[bot]) * chore: update dependency @commitlint/config-conventional to ^19.4.1 (renovate[bot]) * fix: mark primary key auto-increment only if column type is TINYINT SMALLINT MEDIUMINT INT BIGINT (Muhammad Aaqil) * chore: update dependency loopback-connector to ^6.1.8 (renovate[bot])
1 parent d352d60 commit 3350462

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2024-09-09, Version 7.0.14
2+
==========================
3+
4+
* chore: update dependency loopback-datasource-juggler to ^5.1.0 (renovate[bot])
5+
6+
* chore: update dependency loopback-connector to ^6.1.9 (renovate[bot])
7+
8+
* chore: update dependency debug to ^4.3.7 (renovate[bot])
9+
10+
* fix: enable migration for enum property (Muhammad Aaqil)
11+
12+
* fix: change condition to treat tinyint as boolean (Muhammad Aaqil)
13+
14+
* chore: update dependency async to ^3.2.6 (renovate[bot])
15+
16+
* chore: update dependency @commitlint/config-conventional to ^19.4.1 (renovate[bot])
17+
18+
* fix: mark primary key auto-increment only if column type is TINYINT SMALLINT MEDIUMINT INT BIGINT (Muhammad Aaqil)
19+
20+
* chore: update dependency loopback-connector to ^6.1.8 (renovate[bot])
21+
22+
123
2024-08-12, Version 7.0.13
224
==========================
325

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "loopback-connector-mysql",
3-
"version": "7.0.13",
3+
"version": "7.0.14",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
66
"node": ">=18"

0 commit comments

Comments
 (0)