diff --git a/CHANGELOG.md b/CHANGELOG.md index d70bfa0e..5e2faa76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.52](https://github.com/salesforcecli/source-testkit/compare/2.1.51...2.1.52) (2023-10-07) + +### Bug Fixes + +- **deps:** bump @salesforce/cli-plugins-testkit from 4.4.2 to 4.4.5 ([#414](https://github.com/salesforcecli/source-testkit/issues/414)) ([8e611ec](https://github.com/salesforcecli/source-testkit/commit/8e611ec75deeed4ac33860e0d23b884ac0f7f45d)) + ## [2.1.51](https://github.com/salesforcecli/source-testkit/compare/2.1.50...2.1.51) (2023-10-07) ### Bug Fixes diff --git a/package.json b/package.json index 40fa716a..f2d4207b 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.1.51", + "version": "2.1.52", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",