Skip to content

Commit

Permalink
chore(release): 1.11.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.5](v1.11.4...v1.11.5) (2018-08-29)

### Bug Fixes

* fixpack -> [@oclif](https://github.com/oclif)/fixpack ([a69c4be](a69c4be))
* hide yarn output when not found ([a3897b1](a3897b1))
* set project path for single CLIs ([3ec87bc](3ec87bc)), closes [#161](#161)
* use [@oclif](https://github.com/oclif)/fixpack to fix audit warning ([0c2aa20](0c2aa20))
  • Loading branch information
oclif-bot committed Aug 29, 2018
1 parent a69c4be commit ddb9d96
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`

Expand Down Expand Up @@ -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]`

Expand All @@ -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]`

Expand All @@ -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]`

Expand All @@ -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)_
<!-- commandsstop -->

# 🏭 Related Repositories
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ddb9d96

Please sign in to comment.