From ee434e375c5f7d387937a281509007f11be57863 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 16 Jun 2024 02:48:39 +0000 Subject: [PATCH] chore(release): 5.3.13 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b75cfc..16d4bc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.13](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.12...5.3.13) (2024-06-16) + + +### Bug Fixes + +* **deps:** bump @salesforce/kit from 3.1.2 to 3.1.4 ([a3b168d](https://github.com/salesforcecli/cli-plugins-testkit/commit/a3b168d1fb726f000cdc690f727f41b20a440527)) + + + ## [5.3.12](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.11...5.3.12) (2024-06-15) diff --git a/package.json b/package.json index 6d2afe02..c3f5d487 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.12", + "version": "5.3.13", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",