Skip to content

Commit

Permalink
chore(release): 2.0.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Dec 17, 2021
1 parent a766d54 commit 1e0150d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [2.0.3](https://github.com/oclif/plugin-which/compare/v2.0.2...v2.0.3) (2021-12-17)

### [2.0.2](https://github.com/oclif/plugin-which/compare/v2.0.1...v2.0.2) (2021-12-02)


Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/2.0.1 linux-x64 node-v12.22.7
@oclif/plugin-which/2.0.2 linux-x64 node-v12.22.8
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand All @@ -29,10 +29,7 @@ USAGE
<!-- usagestop -->
# Commands
<!-- commands -->
- [@oclif/plugin-which](#oclifplugin-which)
- [Usage](#usage)
- [Commands](#commands)
- [`oclif-example which`](#oclif-example-which)
* [`oclif-example which`](#oclif-example-which)

## `oclif-example which`

Expand All @@ -46,5 +43,5 @@ DESCRIPTION
Show which plugin a command is in.
```

_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.1/src/commands/which.ts)_
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.2/src/commands/which.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "2.0.2",
"version": "2.0.3",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
Expand Down

0 comments on commit 1e0150d

Please sign in to comment.