diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b57a21..3227d52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.4.12](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.11...4.4.12) (2023-10-30) + + +### Bug Fixes + +* update bin/dev|run exec for when run.js exist ([d387c30](https://github.com/salesforcecli/cli-plugins-testkit/commit/d387c301feb2fec4967fa034a22e63857faf1d26)) + + + ## [4.4.11](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.10...4.4.11) (2023-10-29) diff --git a/package.json b/package.json index 48855cac..27a1ee1a 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": "4.4.11", + "version": "4.4.12", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",