diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42b04ec..eebba5e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.0.5](https://github.com/forcedotcom/sfdx-core/compare/8.0.4...8.0.5) (2024-06-25) + + +### Bug Fixes + +* **deps:** new jsforce for loop/pword fix ([#1095](https://github.com/forcedotcom/sfdx-core/issues/1095)) ([853d147](https://github.com/forcedotcom/sfdx-core/commit/853d1473ff681175b6f243b26f1bc62d0b293920)) + + + ## [8.0.4](https://github.com/forcedotcom/sfdx-core/compare/8.0.3...8.0.4) (2024-06-24) diff --git a/package.json b/package.json index 200a6a4b2..a5b2561d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.0.4", + "version": "8.0.5", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",