diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d9d0ca..aced3540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.53](https://github.com/salesforcecli/source-testkit/compare/2.2.52...2.2.53) (2024-08-10) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.2.8 to 8.3.0 ([#582](https://github.com/salesforcecli/source-testkit/issues/582)) ([3812b26](https://github.com/salesforcecli/source-testkit/commit/3812b26d2b874c97bc9483a37e8c3456d233da5a)) + + + ## [2.2.52](https://github.com/salesforcecli/source-testkit/compare/2.2.51...2.2.52) (2024-08-10) diff --git a/package.json b/package.json index ab2951a3..78d7108a 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.52", + "version": "2.2.53", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",