From bb90f8fbcf9d846ace02c7db3ac35329daffe9b3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 29 Jun 2024 08:45:04 +0000 Subject: [PATCH] chore(release): 5.3.17 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a396dd06..aeebe3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.3.17](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.16...5.3.17) (2024-06-29) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.0.3 to 8.1.0 ([bad964b](https://github.com/salesforcecli/cli-plugins-testkit/commit/bad964b578a1b06c16a47605a85907e2d21a72ea)) + + + ## [5.3.16](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.15...5.3.16) (2024-06-22) diff --git a/package.json b/package.json index 386fce32..1263cf1d 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.16", + "version": "5.3.17", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",