From 682264f7c2581ee0d176ba3f12824b2db65b6bf3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 29 Apr 2023 18:50:10 +0000 Subject: [PATCH] chore(release): 3.3.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ca96d6..7f8d05db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.3.5](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.3.4...3.3.5) (2023-04-29) + + +### Bug Fixes + +* use newer envs to prevent warnings in NUTs ([6a8b980](https://github.com/salesforcecli/cli-plugins-testkit/commit/6a8b9805b4bf47e07ffa0c56805009b6150f10a7)) + + + ## [3.3.4](https://github.com/salesforcecli/cli-plugins-testkit/compare/3.3.3...3.3.4) (2023-04-23) diff --git a/package.json b/package.json index 9463bc72..9693b1ee 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.4", + "version": "3.3.5", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js", @@ -166,4 +166,4 @@ "output": [] } } -} +} \ No newline at end of file