From ddb9d960db7aec2d1542a7a5b1dea4e1a112b9f2 Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Wed, 29 Aug 2018 16:01:48 +0000 Subject: [PATCH] chore(release): 1.11.5 [skip ci] ## [1.11.5](https://github.com/oclif/oclif/compare/v1.11.4...v1.11.5) (2018-08-29) ### Bug Fixes * fixpack -> [@oclif](https://github.com/oclif)/fixpack ([a69c4be](https://github.com/oclif/oclif/commit/a69c4be)) * hide yarn output when not found ([a3897b1](https://github.com/oclif/oclif/commit/a3897b1)) * set project path for single CLIs ([3ec87bc](https://github.com/oclif/oclif/commit/3ec87bc)), closes [#161](https://github.com/oclif/oclif/issues/161) * use [@oclif](https://github.com/oclif)/fixpack to fix audit warning ([0c2aa20](https://github.com/oclif/oclif/commit/0c2aa20)) --- CHANGELOG.md | 10 ++++++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d2fe77b..59a6f76fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.11.5](https://github.com/oclif/oclif/compare/v1.11.4...v1.11.5) (2018-08-29) + + +### Bug Fixes + +* fixpack -> [@oclif](https://github.com/oclif)/fixpack ([a69c4be](https://github.com/oclif/oclif/commit/a69c4be)) +* hide yarn output when not found ([a3897b1](https://github.com/oclif/oclif/commit/a3897b1)) +* set project path for single CLIs ([3ec87bc](https://github.com/oclif/oclif/commit/3ec87bc)), closes [#161](https://github.com/oclif/oclif/issues/161) +* use [@oclif](https://github.com/oclif)/fixpack to fix audit warning ([0c2aa20](https://github.com/oclif/oclif/commit/0c2aa20)) + ## [1.11.4](https://github.com/oclif/oclif/compare/v1.11.3...v1.11.4) (2018-08-22) diff --git a/README.md b/README.md index 4467db503..ad249947a 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.11.4/src/commands/command.ts)_ +_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.11.5/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.11.4/src/commands/hook.ts)_ +_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.11.5/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.11.4/src/commands/multi.ts)_ +_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.11.5/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.11.4/src/commands/plugin.ts)_ +_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.11.5/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.11.4/src/commands/single.ts)_ +_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.11.5/src/commands/single.ts)_ # 🏭 Related Repositories diff --git a/package.json b/package.json index 5c68fee96..25284edf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oclif", "description": "oclif: create your own CLI", - "version": "1.11.4", + "version": "1.11.5", "author": "Jeff Dickey @jdxcode", "bin": "./bin/run", "bugs": "https://github.com/oclif/oclif/issues",