diff --git a/CHANGELOG.md b/CHANGELOG.md index a96fe970..7ccdcaa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.33](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.32...5.3.33) (2024-09-28) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.5.7 to 8.6.1 ([5bc278f](https://github.com/salesforcecli/cli-plugins-testkit/commit/5bc278fdf35d5ab35efd936bd0257b812463fe34)) + + + ## [5.3.32](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.31...5.3.32) (2024-09-15) diff --git a/package.json b/package.json index f2ca34cd..08aeb71d 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.32", + "version": "5.3.33", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",