diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c8f1ad3..6563e484f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.5.5](https://github.com/forcedotcom/sfdx-core/compare/8.5.4...8.5.5) (2024-09-08) + + +### Bug Fixes + +* **deps:** bump pino from 9.3.2 to 9.4.0 ([bb3dcff](https://github.com/forcedotcom/sfdx-core/commit/bb3dcffded446a4454d099a72565d66b1dd43c72)) + + + ## [8.5.4](https://github.com/forcedotcom/sfdx-core/compare/8.5.3...8.5.4) (2024-09-04) diff --git a/package.json b/package.json index 9fa3adadf..b39f13db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.5.4", + "version": "8.5.5", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",