From 5877a34a79ccb706d76ea99b1780978eaef96e95 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 15 Sep 2024 02:58:24 +0000 Subject: [PATCH] chore(release): 5.3.32 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cf8f4cf..a96fe970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.32](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.31...5.3.32) (2024-09-15) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.5.4 to 8.5.7 ([15dd0da](https://github.com/salesforcecli/cli-plugins-testkit/commit/15dd0daceb91bbbe3e15e947fbab4d27563b8994)) + + + ## [5.3.31](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.30...5.3.31) (2024-09-14) diff --git a/package.json b/package.json index 26c773fd..f5a5d4c0 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.31", + "version": "5.3.32", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",