From ef8432ff2cdbeda8621535536015c4f9a4f07837 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 22 Jun 2024 08:45:06 +0000 Subject: [PATCH] chore(release): 5.3.16 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894b2587..a396dd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.16](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.15...5.3.16) (2024-06-22) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.0.1 to 8.0.3 ([bebff6b](https://github.com/salesforcecli/cli-plugins-testkit/commit/bebff6be7e9becafcbefa47958b3ba69486a3d3f)) + + + ## [5.3.15](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.14...5.3.15) (2024-06-19) diff --git a/package.json b/package.json index 97a01ea0..4085675c 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.15", + "version": "5.3.16", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",