Skip to content

Commit 88daaea

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.4 [ci skip]
1 parent 16a1bd6 commit 88daaea

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.4](https://github.com/oclif/plugin-which/compare/v2.0.3...v2.0.4) (2021-12-17)
6+
7+
8+
### Bug Fixes
9+
10+
* bump deps ([0a1c4d9](https://github.com/oclif/plugin-which/commit/0a1c4d9b385d692dc7ec98c3ac85ebb7b0693542))
11+
512
### [2.0.3](https://github.com/oclif/plugin-which/compare/v2.0.2...v2.0.3) (2021-12-17)
613

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

README.md

Lines changed: 2 additions & 2 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.2 linux-x64 node-v12.22.8
23+
@oclif/plugin-which/2.0.3 linux-x64 node-v12.22.8
2424
$ oclif-example --help [COMMAND]
2525
USAGE
2626
$ oclif-example COMMAND
@@ -43,5 +43,5 @@ DESCRIPTION
4343
Show which plugin a command is in.
4444
```
4545

46-
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.2/src/commands/which.ts)_
46+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.3/src/commands/which.ts)_
4747
<!-- 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.3",
4+
"version": "2.0.4",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-which/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)