diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa24f75..4d137500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.7](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.6...5.3.7) (2024-05-25) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.8 to 7.3.9 ([d2845f0](https://github.com/salesforcecli/cli-plugins-testkit/commit/d2845f0fec3310f2ec4594ce0f0969eb5b2aec92)) + + + ## [5.3.6](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.5...5.3.6) (2024-05-25) diff --git a/package.json b/package.json index 935ae9da..21df83bd 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.6", + "version": "5.3.7", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",