From d7634de15ad9c42b10aa9a9a394e93fbb1fe5514 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 28 Sep 2023 05:45:42 +0000 Subject: [PATCH] chore(release): 4.4.2 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c4c572..73212e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.1...4.4.2) (2023-09-28) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 5.2.9 to 5.2.10 ([e5b91c1](https://github.com/salesforcecli/cli-plugins-testkit/commit/e5b91c14fd82d701ea0e097b69c78dd990994945)) + ## [4.4.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.4.0...4.4.1) (2023-09-28) ### Bug Fixes diff --git a/package.json b/package.json index 140e887a..6a59dc36 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.1", + "version": "4.4.2", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",