Skip to content

Commit

Permalink
7.0.5
Browse files Browse the repository at this point in the history
 * chore: update dependency loopback-datasource-juggler to ^5.0.4 (renovate[bot])
 * chore: update dependency loopback-connector to ^6.1.0 (renovate[bot])
 * chore: update dependency eslint to ^8.55.0 (renovate[bot])
 * chore: update dependency @commitlint/config-conventional to ^18.4.3 (renovate[bot])
 * chore: lock file maintenance (renovate[bot])
 * chore: update dependency sinon to v17 (renovate[bot])
 * chore: update dependency @commitlint/config-conventional to v18 (renovate[bot])
 * chore: update dependency eslint to ^8.54.0 (renovate[bot])
 * fix: return enum type (Muhammad Aaqil)
 * ci: hard code db credentials (Rifa Achrinza)
 * chore: drop support for nodejs 16 and lower BREAKING CHANGE: drop support for nodejs 16 and lower (Samarpan Bhattacharya)
 * chore: update dependency loopback-datasource-juggler to v5 (renovate[bot])
 * chore: update dependency loopback-connector to ^6.0.4 (renovate[bot])
 * chore: patch mysql2 package for ensuring special characters in mysql password (Samarpan Bhattacharya)
  • Loading branch information
dhmlau committed Dec 7, 2023
1 parent 5448d33 commit 6fbf10f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
2023-12-07, Version 7.0.5
=========================

* chore: update dependency loopback-datasource-juggler to ^5.0.4 (renovate[bot])

* chore: update dependency loopback-connector to ^6.1.0 (renovate[bot])

* chore: update dependency eslint to ^8.55.0 (renovate[bot])

* chore: update dependency @commitlint/config-conventional to ^18.4.3 (renovate[bot])

* chore: lock file maintenance (renovate[bot])

* chore: update dependency sinon to v17 (renovate[bot])

* chore: update dependency @commitlint/config-conventional to v18 (renovate[bot])

* chore: update dependency eslint to ^8.54.0 (renovate[bot])

* fix: return enum type (Muhammad Aaqil)

* ci: hard code db credentials (Rifa Achrinza)

* chore: drop support for nodejs 16 and lower BREAKING CHANGE: drop support for nodejs 16 and lower (Samarpan Bhattacharya)

* chore: update dependency loopback-datasource-juggler to v5 (renovate[bot])

* chore: update dependency loopback-connector to ^6.0.4 (renovate[bot])

* chore: patch mysql2 package for ensuring special characters in mysql password (Samarpan Bhattacharya)


2023-11-13, Version 7.0.4
=========================

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.4",
"version": "7.0.5",
"description": "MySQL connector for loopback-datasource-juggler",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 6fbf10f

Please sign in to comment.