diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c79d58d2..ead53adfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.2.6](https://github.com/forcedotcom/sfdx-core/compare/8.2.5...8.2.6) (2024-07-28) + + +### Bug Fixes + +* **deps:** bump semver from 7.6.2 to 7.6.3 ([715c9ce](https://github.com/forcedotcom/sfdx-core/commit/715c9cedeec4e6669e00a2164081cd968c33cfd6)) + + + ## [8.2.5](https://github.com/forcedotcom/sfdx-core/compare/8.2.4...8.2.5) (2024-07-28) diff --git a/package.json b/package.json index 7a4124925..453874335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.2.5", + "version": "8.2.6", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",