From 7add56f73bc941458ed4332b6d722abf23fcf2ba Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 13 Jun 2024 02:47:34 +0000 Subject: [PATCH] chore(release): 5.3.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bd6e3a..a3a4803a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.11](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.10...5.3.11) (2024-06-13) + + +### Bug Fixes + +* **deps:** bump braces from 3.0.2 to 3.0.3 ([f7b7a4b](https://github.com/salesforcecli/cli-plugins-testkit/commit/f7b7a4bb3ae333a3af73046c13b839269a77066e)) + + + ## [5.3.10](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.9...5.3.10) (2024-06-08) diff --git a/package.json b/package.json index ecd7723a..b3851580 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.10", + "version": "5.3.11", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",