diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ccdcaa9..b32e3ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.34](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.33...5.3.34) (2024-10-12) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.6.1 to 8.6.2 ([53d3baf](https://github.com/salesforcecli/cli-plugins-testkit/commit/53d3baf52dc86f64ad3f3f92d6a4f8c2eb228ab1)) + + + ## [5.3.33](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.32...5.3.33) (2024-09-28) diff --git a/package.json b/package.json index 4c5532af..76cfe79f 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.33", + "version": "5.3.34", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",