diff --git a/CHANGELOG.md b/CHANGELOG.md index d251cac3..5b0d8e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.24](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.23...5.3.24) (2024-08-10) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.2.8 to 8.3.0 ([6a51aef](https://github.com/salesforcecli/cli-plugins-testkit/commit/6a51aefb81543b496002825a3f25ec05ebb1c4ae)) + + + ## [5.3.23](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.22...5.3.23) (2024-08-04) diff --git a/package.json b/package.json index 93d26f1d..a6047a6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli-plugins-testkit", "description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).", - "version": "5.3.23", + "version": "5.3.24", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",