From a5b31a8fe107faa14184b0777852b161dfdf0d3f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 11 Jul 2023 19:49:53 +0000 Subject: [PATCH] chore(release): 4.2.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1654368f..feadea86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.2.5](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.2.4...4.2.5) (2023-07-11) + + +### Bug Fixes + +* add warnings to jsonOutput type ([#512](https://github.com/salesforcecli/cli-plugins-testkit/issues/512)) ([ef54e8a](https://github.com/salesforcecli/cli-plugins-testkit/commit/ef54e8a66ffe8ff4f5d9832e77707128447d3f0d)) + + + ## [4.2.4](https://github.com/salesforcecli/cli-plugins-testkit/compare/4.2.3...4.2.4) (2023-07-11) diff --git a/package.json b/package.json index 0f0135bd..2cfa3f76 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.4", + "version": "4.2.5", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",