From cc6dc6d363900d7a917e48ffd4270a9315b9fa78 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 1 Sep 2024 02:59:12 +0000 Subject: [PATCH] chore(release): 5.3.28 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5280c26e..8a076e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.28](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.27...5.3.28) (2024-09-01) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.4.0 to 8.5.1 ([2eb5a48](https://github.com/salesforcecli/cli-plugins-testkit/commit/2eb5a4839a22b3e9edf492990acea090e62c4f6c)) + + + ## [5.3.27](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.26...5.3.27) (2024-08-31) diff --git a/package.json b/package.json index c703da92..1d846404 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.27", + "version": "5.3.28", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",