From 6900447e46afcf70f4e33e68933bd604842e60a7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 14 Jan 2023 11:45:29 +0000 Subject: [PATCH] chore(release): 3.2.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 da2cbb69..0f4b3d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.2.18](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.2.17...3.2.18) (2023-01-14) + + +### Bug Fixes + +* **deps:** bump @salesforce/ts-types from 1.7.1 to 1.7.2 ([efbff56](https://github.com/salesforcecli/cli-plugins-testkit/commit/efbff56041daac84666592529db44be846e1da87)) + + + ## [3.2.17](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.2.16...3.2.17) (2023-01-05) diff --git a/package.json b/package.json index d845423f..36871ac4 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.17", + "version": "3.2.18", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",