diff --git a/CHANGELOG.md b/CHANGELOG.md index 11370f49..db112e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.62](https://github.com/salesforcecli/source-testkit/compare/2.2.61...2.2.62) (2024-08-31) + + +### Bug Fixes + +* **deps:** bump @salesforce/source-deploy-retrieve from 12.5.1 to 12.6.0 ([#592](https://github.com/salesforcecli/source-testkit/issues/592)) ([6906bd3](https://github.com/salesforcecli/source-testkit/commit/6906bd375a711083bd763094d6ac0844d714961b)) + + + ## [2.2.61](https://github.com/salesforcecli/source-testkit/compare/2.2.60...2.2.61) (2024-08-31) diff --git a/package.json b/package.json index 8c18ee89..f20ce583 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/source-testkit", "description": "testkit for running NUTs for source related commands", - "version": "2.2.61", + "version": "2.2.62", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",