diff --git a/CHANGELOG.md b/CHANGELOG.md index 362be99..3a46469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.4](https://github.com/oclif/oclif/compare/v1.8.3...v1.8.4) (2018-06-14) + + +### Bug Fixes + +* js setups ([ab161e5](https://github.com/oclif/oclif/commit/ab161e5)) + ## [1.8.3](https://github.com/oclif/oclif/compare/v1.8.2...v1.8.3) (2018-06-14) diff --git a/README.md b/README.md index 401dcb4..d74e24c 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ OPTIONS --force overwrite existing files ``` -_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.8.3/src/commands/command.ts)_ +_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.8.4/src/commands/command.ts)_ ## `oclif help [COMMAND]` @@ -184,7 +184,7 @@ OPTIONS --force overwrite existing files ``` -_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.8.3/src/commands/hook.ts)_ +_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.8.4/src/commands/hook.ts)_ ## `oclif multi [PATH]` @@ -203,7 +203,7 @@ OPTIONS --options=options (yarn|typescript|tslint|semantic-release|mocha) ``` -_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.8.3/src/commands/multi.ts)_ +_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.8.4/src/commands/multi.ts)_ ## `oclif plugin [PATH]` @@ -222,7 +222,7 @@ OPTIONS --options=options (yarn|typescript|tslint|semantic-release|mocha) ``` -_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.8.3/src/commands/plugin.ts)_ +_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.8.4/src/commands/plugin.ts)_ ## `oclif single [PATH]` @@ -241,7 +241,7 @@ OPTIONS --options=options (yarn|typescript|tslint|semantic-release|mocha) ``` -_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.8.3/src/commands/single.ts)_ +_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.8.4/src/commands/single.ts)_ # 🏭 Related Repositories diff --git a/package.json b/package.json index 2c9fd00..1d79c95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "1.8.3", + "version": "1.8.4", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/oclif/oclif/issues",