Skip to content

Commit

Permalink
7.0.14
Browse files Browse the repository at this point in the history
 * 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])
  • Loading branch information
dhmlau committed Sep 9, 2024
1 parent d352d60 commit 3350462
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2024-09-09, Version 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])


2024-08-12, Version 7.0.13
==========================

Expand Down
2 changes: 1 addition & 1 deletion 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": "loopback-connector-mysql",
"version": "7.0.13",
"version": "7.0.14",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 3350462

Please sign in to comment.