From cf58385144489d101a2113e00807755feee8ed0a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 26 Oct 2024 08:45:53 +0000 Subject: [PATCH] chore(release): 5.3.35 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32e3ed8..785b8d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.35](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.34...5.3.35) (2024-10-26) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.6.2 to 8.6.3 ([c126032](https://github.com/salesforcecli/cli-plugins-testkit/commit/c126032efd609fa912bb36ec1244314da75bc88e)) + + + ## [5.3.34](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.33...5.3.34) (2024-10-12) diff --git a/package.json b/package.json index e53483e1..8dd4de13 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.34", + "version": "5.3.35", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",