From dc0b1320e8f37f1d02e9cb5dcb44fed099ec3875 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 2 Aug 2022 11:11:25 +0000 Subject: [PATCH] chore(release): 2.3.10 [ci skip] --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca567f53..9fc95b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.10](https://github.com/salesforcecli/cli-plugins-testkit/compare/v2.3.9...v2.3.10) (2022-08-02) + ### [2.3.9](https://github.com/salesforcecli/cli-plugins-testkit/compare/v2.3.8...v2.3.9) (2022-08-02) ### [2.3.8](https://github.com/salesforcecli/cli-plugins-testkit/compare/v2.3.7...v2.3.8) (2022-08-02) diff --git a/package.json b/package.json index ead20b1e..797aa1fd 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": "2.3.9", + "version": "2.3.10", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",