diff --git a/CHANGELOG.md b/CHANGELOG.md index e38c4ecbb8..59cb9f5b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.2.2](https://github.com/forcedotcom/sfdx-core/compare/6.2.1...6.2.2) (2023-11-28) + + +### Bug Fixes + +* bump jsforce ([#1001](https://github.com/forcedotcom/sfdx-core/issues/1001)) ([bc5a6f0](https://github.com/forcedotcom/sfdx-core/commit/bc5a6f08c25087fb8f63a49882ade9e1a7a63bbc)) + + + ## [6.2.1](https://github.com/forcedotcom/sfdx-core/compare/6.2.0...6.2.1) (2023-11-26) diff --git a/package.json b/package.json index 3d63bbed03..ce13921cdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "6.2.1", + "version": "6.2.2", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/exported", "types": "lib/exported.d.ts",