Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2021-12-09)

### Bug Fixes

* bump deps ([a351f1f](a351f1f))
  • Loading branch information
semantic-release-bot committed Dec 9, 2021
1 parent 11faec4 commit cb10e9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.4](https://github.com/oclif/plugin-which/compare/v1.0.3...v1.0.4) (2021-12-09)


### Bug Fixes

* bump deps ([a351f1f](https://github.com/oclif/plugin-which/commit/a351f1ffaa51d0856966f7eee579d478d8e199a5))

## [1.0.3](https://github.com/oclif/plugin-which/compare/v1.0.2...v1.0.3) (2018-10-13)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@oclif/plugin-which/1.0.3 linux-x64 node-v10.12.0
@oclif/plugin-which/1.0.4 linux-x64 node-v17.2.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand All @@ -40,5 +40,5 @@ USAGE
$ oclif-example which COMMAND
```

_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v1.0.3/src/commands/which.ts)_
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v1.0.4/src/commands/which.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-which",
"description": "find which plugin a command is in",
"version": "1.0.3",
"version": "1.0.4",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-which/issues",
"dependencies": {
Expand Down

0 comments on commit cb10e9a

Please sign in to comment.