From b427aaa5e994fbfd256ed1a61fa54c501c2ba42d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 6 Jul 2023 22:25:54 +0000 Subject: [PATCH] chore(release): 4.2.2 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048f9d97..2aadb1b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.2.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.2.1...4.2.2) (2023-07-06) + + +### Bug Fixes + +* ignore errors from when sessionDir can't be deleted ([#508](https://github.com/salesforcecli/cli-plugins-testkit/issues/508)) ([ea28f73](https://github.com/salesforcecli/cli-plugins-testkit/commit/ea28f7318f3a4359829c2fdacf7e343ff836f7af)) + + + ## [4.2.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.2.0...4.2.1) (2023-07-06) diff --git a/package.json b/package.json index 1dfbfd75..f218df1c 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.2.1", + "version": "4.2.2", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",