diff --git a/CHANGELOG.md b/CHANGELOG.md index f74d75dfa..541b765af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.6.1](https://github.com/forcedotcom/sfdx-core/compare/8.6.0...8.6.1) (2024-09-24) + + +### Bug Fixes + +* remove the name fields ([99eca8b](https://github.com/forcedotcom/sfdx-core/commit/99eca8bba5090f589822932f07daac8178b31b28)) + + + # [8.6.0](https://github.com/forcedotcom/sfdx-core/compare/8.5.7...8.6.0) (2024-09-24) diff --git a/package.json b/package.json index 3ae6d76be..e27f9e4d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.6.0", + "version": "8.6.1", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",