Skip to content

Commit 071a8dd

Browse files
committed
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2018-09-14) ### Bug Fixes * lint issue ([47b0f5b](47b0f5b))
1 parent 47b0f5b commit 071a8dd

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
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/oclif/plugin-which/compare/v1.0.1...v1.0.2) (2018-09-14)
2+
3+
4+
### Bug Fixes
5+
6+
* lint issue ([47b0f5b](https://github.com/oclif/plugin-which/commit/47b0f5b))
7+
18
<a name="1.0.1"></a>
29
## [1.0.1](https://github.com/oclif/plugin-which/compare/v1.0.0...v1.0.1) (2018-05-22)
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g @oclif/plugin-which
2222
$ oclif-example COMMAND
2323
running command...
2424
$ oclif-example (-v|--version|version)
25-
@oclif/plugin-which/1.0.1 linux-x64 node-v10.1.0
25+
@oclif/plugin-which/1.0.2 linux-x64 node-v10.10.0
2626
$ oclif-example --help [COMMAND]
2727
USAGE
2828
$ oclif-example COMMAND
@@ -42,5 +42,5 @@ USAGE
4242
$ oclif-example which COMMAND
4343
```
4444

45-
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v1.0.1/src/commands/which.ts)_
45+
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v1.0.2/src/commands/which.ts)_
4646
<!-- 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": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/plugin-which/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)