diff --git a/CHANGELOG.md b/CHANGELOG.md index ade907c8..11315038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.5](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.4...5.3.5) (2024-05-18) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.5 to 7.3.8 ([f866ddb](https://github.com/salesforcecli/cli-plugins-testkit/commit/f866ddbbf46254f633e7a43a458c8b7ac4f16a8a)) + + + ## [5.3.4](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.3...5.3.4) (2024-05-11) diff --git a/package.json b/package.json index ff85dca9..92d8d237 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.4", + "version": "5.3.5", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",