From 9b1fbc685890fddf91c95aceac74083f314a0109 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 19 Jun 2024 22:02:01 +0000 Subject: [PATCH] chore(release): 5.3.15 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b13ade..894b2587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.15](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.14...5.3.15) (2024-06-19) + + +### Bug Fixes + +* **deps:** core 8 ([3e78f33](https://github.com/salesforcecli/cli-plugins-testkit/commit/3e78f33c26278aa8dcaa0ece91739b6a767cf251)) + + + ## [5.3.14](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.13...5.3.14) (2024-06-16) diff --git a/package.json b/package.json index 0f6504a9..22182e2a 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.14", + "version": "5.3.15", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",