From 4cfb7f4e13f7ddaf290101e5234c8ce502dc7e7d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 28 Sep 2023 02:45:44 +0000 Subject: [PATCH] chore(release): 4.4.1 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5294c76..f4c4c572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.0...4.4.1) (2023-09-28) + +### Bug Fixes + +- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([b224f31](https://github.com/salesforcecli/cli-plugins-testkit/commit/b224f31a64a421d8f2370a67970f29e125ab56ec)) + # [4.4.0](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.3.6...4.4.0) (2023-09-26) ### Features diff --git a/package.json b/package.json index fff76a0a..f2debfe7 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.0", + "version": "4.4.1", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",