From 963bb2df92cdd7380e4b2ba992827032d58e4770 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 8 Jun 2024 08:45:17 +0000 Subject: [PATCH] chore(release): 5.3.10 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14ab0c1..81bd6e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.10](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.9...5.3.10) (2024-06-08) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.9 to 7.3.12 ([be84345](https://github.com/salesforcecli/cli-plugins-testkit/commit/be843454d876c4b58813c4aec79f92df061cbfa9)) + + + ## [5.3.9](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.8...5.3.9) (2024-06-01) diff --git a/package.json b/package.json index d582da13..ca4bc11a 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.9", + "version": "5.3.10", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",