diff --git a/CHANGELOG.md b/CHANGELOG.md index 1070b1c0..6e3d0d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.3](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.2...5.3.3) (2024-05-11) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.3 to 7.3.5 ([b4ded57](https://github.com/salesforcecli/cli-plugins-testkit/commit/b4ded57c05d2f69b5c31409cac5c257f0b947af9)) + + + ## [5.3.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.1...5.3.2) (2024-05-04) diff --git a/package.json b/package.json index ae56aa49..6663ba8a 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.2", + "version": "5.3.3", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",