diff --git a/CHANGELOG.md b/CHANGELOG.md index afebaedc..7cee9a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.0.3](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.0.2...5.0.3) (2023-11-11) + + +### Bug Fixes + +* **deps:** bump @types/shelljs from 0.8.14 to 0.8.15 ([b012134](https://github.com/salesforcecli/cli-plugins-testkit/commit/b0121348cd9104d8e2c4af4c00a4197b95614271)) + + + ## [5.0.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.0.1...5.0.2) (2023-11-06) diff --git a/package.json b/package.json index 782aa698..d78faa2e 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.0.2", + "version": "5.0.3", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",