From 6a38351b1881ea6a662f8d69108856e4b9a87302 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 30 Oct 2023 17:32:27 +0000 Subject: [PATCH] chore(release): 4.4.12 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",