From ca062d8f420ee1c9e0d008104a2de145f9231940 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 18 May 2024 08:45:03 +0000 Subject: [PATCH] chore(release): 5.3.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 ade907c8..11315038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.5](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.4...5.3.5) (2024-05-18) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.5 to 7.3.8 ([f866ddb](https://github.com/salesforcecli/cli-plugins-testkit/commit/f866ddbbf46254f633e7a43a458c8b7ac4f16a8a)) + + + ## [5.3.4](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.3...5.3.4) (2024-05-11) diff --git a/package.json b/package.json index ff85dca9..92d8d237 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.4", + "version": "5.3.5", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",