diff --git a/CHANGELOG.md b/CHANGELOG.md index c091df1a..c007d085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.2.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.2.1...5.2.2) (2024-04-20) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([4b084c0](https://github.com/salesforcecli/cli-plugins-testkit/commit/4b084c00c9ccee7fa4f80dd36ef0522b82ad0e86)) + + + ## [5.2.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.2.0...5.2.1) (2024-04-13) diff --git a/package.json b/package.json index bdeff597..3148fccd 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.2.1", + "version": "5.2.2", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",