From 3cc5f9eef01afb8f133a6e28ea9f5dbec1866512 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 1 Mar 2022 11:14:30 +0000 Subject: [PATCH] chore(release): 1.5.14 [ci skip] --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39a1533..3dbcf85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.14](https://github.com/salesforcecli/cli-plugins-testkit/compare/v1.5.13...v1.5.14) (2022-03-01) + ### [1.5.13](https://github.com/salesforcecli/cli-plugins-testkit/compare/v1.5.12...v1.5.13) (2022-03-01) ### [1.5.12](https://github.com/salesforcecli/cli-plugins-testkit/compare/v1.5.11...v1.5.12) (2022-02-11) diff --git a/package.json b/package.json index c8188012..a891b4f8 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": "1.5.13", + "version": "1.5.14", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",