Skip to content

Commit 764fb53

Browse files
committed
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2018-10-13) ### Bug Fixes * remove greenkeeper badge ([281ab74](281ab74))
1 parent 281ab74 commit 764fb53

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.3](https://github.com/oclif/plugin-which/compare/v1.0.2...v1.0.3) (2018-10-13)
2+
3+
4+
### Bug Fixes
5+
6+
* remove greenkeeper badge ([281ab74](https://github.com/oclif/plugin-which/commit/281ab74))
7+
18
## [1.0.2](https://github.com/oclif/plugin-which/compare/v1.0.1...v1.0.2) (2018-09-14)
29

310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-which
2121
$ oclif-example COMMAND
2222
running command...
2323
$ oclif-example (-v|--version|version)
24-
@oclif/plugin-which/1.0.2 linux-x64 node-v10.10.0
24+
@oclif/plugin-which/1.0.3 linux-x64 node-v10.12.0
2525
$ oclif-example --help [COMMAND]
2626
USAGE
2727
$ oclif-example COMMAND
@@ -41,5 +41,5 @@ USAGE
4141
$ oclif-example which COMMAND
4242
```
4343

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

0 commit comments

Comments
 (0)