diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f94553..87beb26b 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.2](https://github.com/oclif/plugin-which/compare/v2.0.1...v2.0.2) (2021-12-02) + + +### Bug Fixes + +* allow commands with spaces ([7b1910a](https://github.com/oclif/plugin-which/commit/7b1910aa314cb98dd7d0ae44e195eccd94d25669)) + ### [2.0.1](https://github.com/oclif/plugin-which/compare/v2.0.0...v2.0.1) (2021-12-02) diff --git a/README.md b/README.md index 37eaf1cd..a0ea7b70 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-which/2.0.0 linux-x64 node-v12.22.7 +@oclif/plugin-which/2.0.1 linux-x64 node-v12.22.7 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -29,19 +29,19 @@ USAGE # Commands -* [`oclif-example which COMMAND`](#oclif-example-which-command) +* [`oclif-example which`](#oclif-example-which) -## `oclif-example which COMMAND` +## `oclif-example which` -show which plugin a command is in +Show which plugin a command is in. ``` USAGE - $ oclif-example which [COMMAND] + $ oclif-example which DESCRIPTION - show which plugin a command is in + Show which plugin a command is in. ``` -_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.0/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.1/src/commands/which.ts)_ diff --git a/package.json b/package.json index 7ec3df5c..e68cac7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-which", "description": "find which plugin a command is in", - "version": "2.0.1", + "version": "2.0.2", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {