From a16cda8dd29471c2276c3991867cfdb9cd5b570e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 21 Oct 2023 11:45:16 +0000 Subject: [PATCH] chore(release): 4.4.10 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc06f3c..759313d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.4.10](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.9...4.4.10) (2023-10-21) + + +### Bug Fixes + +* **deps:** bump @types/shelljs from 0.8.13 to 0.8.14 ([81ed87d](https://github.com/salesforcecli/cli-plugins-testkit/commit/81ed87d7b7fa6d83cab63728ff9b218957ec265c)) + + + ## [4.4.9](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.8...4.4.9) (2023-10-21) diff --git a/package.json b/package.json index b6025a0a..8d052abc 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.9", + "version": "4.4.10", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",