diff --git a/CHANGES.md b/CHANGES.md index 14ce33c..6c6b9a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +2024-09-09, Version 6.1.9 +========================= + + * chore: lock file maintenance (renovate[bot]) + + * chore: update dependency debug to ^4.3.7 (renovate[bot]) + + * chore: update github/codeql-action action to v3.26.6 (renovate[bot]) + + * chore: update commitlint monorepo to ^19.4.1 (renovate[bot]) + + * chore: update github/codeql-action action to v3.26.5 (renovate[bot]) + + * chore: update github/codeql-action action to v3.26.4 (renovate[bot]) + + * chore: update dependency async to ^3.2.6 (renovate[bot]) + + * chore: update github/codeql-action action to v3.26.3 (renovate[bot]) + + * chore: update github/codeql-action action to v3.26.2 (renovate[bot]) + + * chore: update github/codeql-action action to v3.26.1 (renovate[bot]) + + 2024-08-12, Version 6.1.8 ========================= diff --git a/package-lock.json b/package-lock.json index 01b6343..fcf33f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "6.1.8", + "version": "6.1.9", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index f0d7609..049837f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "6.1.8", + "version": "6.1.9", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=18"