From 9add86513c329feea2584a87c470326bf6814b20 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 2 Apr 2023 05:45:25 +0000 Subject: [PATCH] chore(release): 3.3.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 02ba4997..50655b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.3.2](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.3.1...3.3.2) (2023-04-02) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 3.34.4 to 3.34.6 ([27eaadd](https://github.com/salesforcecli/cli-plugins-testkit/commit/27eaadd36a1f613000aabd004737ad2d10160cc6)) + + + ## [3.3.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.3.0...3.3.1) (2023-03-25) diff --git a/package.json b/package.json index 3867b5d0..18f49e34 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": "3.3.1", + "version": "3.3.2", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",