From e9d3363722f658f5d7d2a387050529ac2637ddc1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 17 Dec 2022 08:45:22 +0000 Subject: [PATCH] chore(release): 3.2.14 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8782c7b1..03b639c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.2.14](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.2.13...3.2.14) (2022-12-17) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 3.32.9 to 3.32.11 ([a1133f4](https://github.com/salesforcecli/cli-plugins-testkit/commit/a1133f478932569952b57c4630aee42f3e549bc3)) + + + ## [3.2.13](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.2.12...3.2.13) (2022-12-11) diff --git a/package.json b/package.json index 69766456..ca0cf8eb 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.2.13", + "version": "3.2.14", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",