From 804e0544bd3e0ce2dba1381cfe8b52c91229f47a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 16 Jun 2024 05:45:05 +0000 Subject: [PATCH] chore(release): 5.3.14 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d4bc8e..f1b13ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.14](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.13...5.3.14) (2024-06-16) + + +### Bug Fixes + +* **deps:** bump @salesforce/ts-types from 2.0.9 to 2.0.10 ([585ac63](https://github.com/salesforcecli/cli-plugins-testkit/commit/585ac63ea7e86b13543705344567620c9f9f7f21)) + + + ## [5.3.13](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.12...5.3.13) (2024-06-16) diff --git a/package.json b/package.json index 52ca21d8..03a57406 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.13", + "version": "5.3.14", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",