From fd9b5d9c6d699d995d4e5914530ccbe096684deb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 17 Aug 2024 08:45:02 +0000 Subject: [PATCH] chore(release): 5.3.26 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be46c697..74b0d00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.26](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.25...5.3.26) (2024-08-17) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.3.0 to 8.4.0 ([5eade11](https://github.com/salesforcecli/cli-plugins-testkit/commit/5eade117395f45279789589472355345a7953044)) + + + ## [5.3.25](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.24...5.3.25) (2024-08-10) diff --git a/package.json b/package.json index 7a21948d..bdc79f09 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": "5.3.25", + "version": "5.3.26", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",