From bfa5bf969e2634d42195986bffffbc6fd46c68ff Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 31 Aug 2024 11:45:03 +0000 Subject: [PATCH] chore(release): 5.3.27 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b0d00f..5280c26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.27](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.26...5.3.27) (2024-08-31) + + +### Bug Fixes + +* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([b7c71de](https://github.com/salesforcecli/cli-plugins-testkit/commit/b7c71dee897908e1d1ac1a813b1207bc305c9c79)) + + + ## [5.3.26](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.25...5.3.26) (2024-08-17) diff --git a/package.json b/package.json index 7cbfbcf4..455890ab 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.26", + "version": "5.3.27", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",