From ba09de19d557b4f69b5758d5ba76b585fe61722f Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 10 May 2021 17:12:51 +0000 Subject: [PATCH] chore(release): 1.0.1 [ci skip] --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b7bda9..e648595e 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.0.1](https://github.com/salesforcecli/cli-plugins-testkit/compare/v1.0.0...v1.0.1) (2021-05-10) + ## [1.0.0](https://github.com/salesforcecli/cli-plugins-testkit/compare/v0.0.27...v1.0.0) (2021-05-05) diff --git a/package.json b/package.json index f370b4fd..4a18aed5 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.0.0", + "version": "1.0.1", "author": "Salesforce", "license": "BSD-3-Clause", "main": "lib/index.js",