Skip to content

Commit daf20d3

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.5 [ci skip]
1 parent bff22f0 commit daf20d3

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.5](https://github.com/oclif/plugin-which/compare/v2.0.4...v2.0.5) (2022-01-06)
6+
7+
8+
### Bug Fixes
9+
10+
* add main to package.json ([#212](https://github.com/oclif/plugin-which/issues/212)) ([bff22f0](https://github.com/oclif/plugin-which/commit/bff22f062c0fef6fb9f4679e09f8ab9c48255977))
11+
512
### [2.0.4](https://github.com/oclif/plugin-which/compare/v2.0.3...v2.0.4) (2021-12-17)
613

714

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.3 linux-x64 node-v12.22.8
23+
@oclif/plugin-which/2.0.4 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.3/src/commands/which.ts)_
46+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.4/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.4",
4+
"version": "2.0.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-which/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)