From bab020a283b5dc06a6be9707b3321c491e26d7fb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 16 Dec 2023 08:45:18 +0000 Subject: [PATCH] chore(release): 5.1.2 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287bab14..3d131777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.1.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.1.1...5.1.2) (2023-12-16) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.4.0 to 6.4.1 ([2232057](https://github.com/salesforcecli/cli-plugins-testkit/commit/2232057c7be9cd17ae3a18b43de1360030670b67)) + + + ## [5.1.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.1.0...5.1.1) (2023-12-09) diff --git a/package.json b/package.json index 03c346c2..68d4a422 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.1.1", + "version": "5.1.2", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",