diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbada2da..d12c5cb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.4.3](https://github.com/forcedotcom/sfdx-core/compare/6.4.2...6.4.3) (2023-12-31) + + +### Bug Fixes + +* **deps:** bump pino-pretty from 10.3.0 to 10.3.1 ([e68014a](https://github.com/forcedotcom/sfdx-core/commit/e68014a992b8a6b7c7b5ff5f35bc5a2e238d834c)) + + + ## [6.4.2](https://github.com/forcedotcom/sfdx-core/compare/6.4.1...6.4.2) (2023-12-17) diff --git a/package.json b/package.json index 9813b6870..23f693aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "6.4.2", + "version": "6.4.3", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/exported", "types": "lib/exported.d.ts",