Skip to content

Commit

Permalink
chore(release): 0.0.15 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Mar 18, 2021
1 parent b9cb511 commit 45c5b48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [0.0.15](https://github.com/salesforcecli/cli-plugins-testkit/compare/v0.0.14...v0.0.15) (2021-03-18)


### Features

* add retry logic to setupCommands ([8cffaf2](https://github.com/salesforcecli/cli-plugins-testkit/commit/8cffaf22f3bf4e3eaae717740d0cd5bf85079eef))
* use AsyncCreatable ([76c8f22](https://github.com/salesforcecli/cli-plugins-testkit/commit/76c8f221dd8d46298d770aa7ce98b6eb9d526f7c))


### Bug Fixes

* delete existing orgs when before retrying setupCommands ([89db509](https://github.com/salesforcecli/cli-plugins-testkit/commit/89db509590eb3a7ee8e9fb15217433f01fa79465))

### [0.0.14](https://github.com/salesforcecli/cli-plugins-testkit/compare/v0.0.13...v0.0.14) (2021-03-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "0.0.14",
"version": "0.0.15",
"author": "Salesforce",
"license": "BSD-3-Clause",
"main": "lib/index.js",
Expand Down

0 comments on commit 45c5b48

Please sign in to comment.