From ac1369c66f3c6164d9329f6c8cd9e3f39d278b6f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Nov 2024 08:45:56 +0000 Subject: [PATCH] chore(release): 5.3.38 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31701b1..680b610a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.38](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.37...5.3.38) (2024-11-17) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([2164e9b](https://github.com/salesforcecli/cli-plugins-testkit/commit/2164e9b1eccd5c9590d266deed27d0d67106f5a4)) + + + ## [5.3.37](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.36...5.3.37) (2024-11-16) diff --git a/package.json b/package.json index 49b83fd7..9810c066 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.37", + "version": "5.3.38", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",