From 848d957190728fd64e253c37c0c6b8bdcf50f8b7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 3 Aug 2024 08:45:09 +0000 Subject: [PATCH] chore(release): 5.3.21 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2838a805..6dd5e4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.21](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.20...5.3.21) (2024-08-03) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.2.3 to 8.2.8 ([2d6d295](https://github.com/salesforcecli/cli-plugins-testkit/commit/2d6d295813cf8e1ec2ac006fb0688ee996a6442b)) + + + ## [5.3.20](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.19...5.3.20) (2024-07-27) diff --git a/package.json b/package.json index aa246e50..3be03fb4 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.20", + "version": "5.3.21", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",