diff --git a/CHANGES.md b/CHANGES.md index b96c772..86e7f39 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,41 @@ +2022-12-21, Version 5.2.0 +========================= + + * chore: lock file maintenance (renovate[bot]) + + * chore: update dependency eslint to ^8.30.0 (renovate[bot]) + + * chore: update github/codeql-action action to v2.1.37 (renovate[bot]) + + * fix: handle non generated ids in bulk insert (Samarpan Bhattacharya) + + * chore: update actions/checkout action to v3.2.0 (renovate[bot]) + + * fix: `isRelational` to return a boolean (Rifa Achrinza) + + * feat: return `multiInsertSupported` in `getMetadata` (Rifa Achrinza) + + * chore: update github/codeql-action action to v2.1.36 (renovate[bot]) + + * chore: update dependency eslint to ^8.29.0 (renovate[bot]) + + * chore: update github/codeql-action action to v2.1.35 (renovate[bot]) + + * chore: update github/codeql-action action to v2.1.34 (renovate[bot]) + + * chore: update commitlint monorepo to ^17.3.0 (renovate[bot]) + + * chore: update dependency eslint to ^8.28.0 (renovate[bot]) + + * chore: update github/codeql-action action to v2.1.33 (renovate[bot]) + + * chore: update github/codeql-action action to v2.1.32 (renovate[bot]) + + * chore: update dependency loopback-datasource-juggler to ^4.28.0 (renovate[bot]) + + * chore: update dependency chai to ^4.3.7 (renovate[bot]) + + 2022-11-07, Version 5.1.1 ========================= diff --git a/package-lock.json b/package-lock.json index a990b41..8b74049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "5.1.1", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5a3192e..ac3eee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "5.1.1", + "version": "5.2.0", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=10"