diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed2d08d..c44a25d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.0.7](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.6...v2.0.7) (2021-09-14) + + +### Bug Fixes + +* improve error handling ([50a8f5a](https://github.com/salesforcecli/plugin-command-reference/commit/50a8f5a7c92307ac2a0b0d3e72cc98e3e679870d)) + ### [2.0.6](https://github.com/salesforcecli/plugin-command-reference/compare/v2.0.5...v2.0.6) (2021-09-09) diff --git a/README.md b/README.md index 1727f9bf..bbdbf0ab 100644 --- a/README.md +++ b/README.md @@ -93,5 +93,5 @@ OPTIONS --json Format output as json. ``` -_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/v2.0.5/src/commands/commandreference/generate.ts)_ +_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/v2.0.6/src/commands/commandreference/generate.ts)_ diff --git a/package.json b/package.json index d6191383..11534d26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-command-reference", "description": "Generate the Salesforce CLI command reference guide", - "version": "2.0.6", + "version": "2.0.7", "author": "Thomas @amphro", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "dependencies": {