diff --git a/CHANGES.md b/CHANGES.md index 7022b7d1..51ffa12c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,39 @@ +2025-02-10, Version 6.2.1 +========================= + + * chore: lock file maintenance (renovate[bot]) + + * chore: update dependency eslint to ^9.20.0 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.9 (renovate[bot]) + + * chore: update commitlint monorepo to ^19.7.1 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.8 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.6 (renovate[bot]) + + * chore: update actions/setup-node action to v4.2.0 (renovate[bot]) + + * chore: update coverallsapp/github-action action to v2.3.6 (renovate[bot]) + + * chore: update coverallsapp/github-action action to v2.3.5 (renovate[bot]) + + * chore: update dependency eslint to ^9.19.0 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.5 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.4 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.3 (renovate[bot]) + + * chore: update dependency mocha to ^11.1.0 (renovate[bot]) + + * chore: update github/codeql-action action to v3.28.2 (renovate[bot]) + + * chore: update dependency loopback-datasource-juggler to ^5.1.4 (renovate[bot]) + + 2025-01-13, Version 6.2.0 ========================= diff --git a/package-lock.json b/package-lock.json index 51d6ba7c..2dd1bbb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7e086b71..8bcd33a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "6.2.0", + "version": "6.2.1", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=18"