Skip to content

Commit 1e0150d

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.3 [ci skip]
1 parent a766d54 commit 1e0150d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [2.0.3](https://github.com/oclif/plugin-which/compare/v2.0.2...v2.0.3) (2021-12-17)
6+
57
### [2.0.2](https://github.com/oclif/plugin-which/compare/v2.0.1...v2.0.2) (2021-12-02)
68

79

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which
2020
$ oclif-example COMMAND
2121
running command...
2222
$ oclif-example (--version)
23-
@oclif/plugin-which/2.0.1 linux-x64 node-v12.22.7
23+
@oclif/plugin-which/2.0.2 linux-x64 node-v12.22.8
2424
$ oclif-example --help [COMMAND]
2525
USAGE
2626
$ oclif-example COMMAND
@@ -29,10 +29,7 @@ USAGE
2929
<!-- usagestop -->
3030
# Commands
3131
<!-- commands -->
32-
- [@oclif/plugin-which](#oclifplugin-which)
33-
- [Usage](#usage)
34-
- [Commands](#commands)
35-
- [`oclif-example which`](#oclif-example-which)
32+
* [`oclif-example which`](#oclif-example-which)
3633

3734
## `oclif-example which`
3835

@@ -46,5 +43,5 @@ DESCRIPTION
4643
Show which plugin a command is in.
4744
```
4845

49-
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.1/src/commands/which.ts)_
46+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.2/src/commands/which.ts)_
5047
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-which",
33
"description": "find which plugin a command is in",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-which/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)