From c9c378f7d3bbfda9f9b47503525645a958951928 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 1 Jun 2024 08:45:04 +0000 Subject: [PATCH] chore(release): 5.3.9 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd019c4..b14ab0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.9](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.8...5.3.9) (2024-06-01) + + +### Bug Fixes + +* **deps:** bump debug from 4.3.4 to 4.3.5 ([ee15d47](https://github.com/salesforcecli/cli-plugins-testkit/commit/ee15d475ea4433f2060ac080a4a4106f65ed8652)) + + + ## [5.3.8](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.7...5.3.8) (2024-05-26) diff --git a/package.json b/package.json index 5fdb7ee5..e8e24968 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.8", + "version": "5.3.9", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",