From 9519f0dcd7328901ff2d5b653e5646a3b344c92d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 6 Jul 2024 08:45:08 +0000 Subject: [PATCH] chore(release): 5.3.18 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeebe3b3..c4c84bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.18](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.17...5.3.18) (2024-07-06) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.1.0 to 8.1.1 ([6cad033](https://github.com/salesforcecli/cli-plugins-testkit/commit/6cad0331c653aa2d6a0b5b9627a65c073bbb2c34)) + + + ## [5.3.17](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.16...5.3.17) (2024-06-29) diff --git a/package.json b/package.json index 1b149d25..f5cc4399 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.17", + "version": "5.3.18", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",