Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.12.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.5](oclif/oclif@v1.12.4...v1.12.5) (2018-10-16)

### Bug Fixes

* default to not using shrinkwrap ([902c350](oclif/oclif@902c350))
  • Loading branch information
oclif-bot committed Oct 16, 2018
1 parent 902c350 commit 2686eec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.12.5](https://github.com/oclif/oclif/compare/v1.12.4...v1.12.5) (2018-10-16)


### Bug Fixes

* default to not using shrinkwrap ([902c350](https://github.com/oclif/oclif/commit/902c350))

## [1.12.4](https://github.com/oclif/oclif/compare/v1.12.3...v1.12.4) (2018-10-13)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.12.4/src/commands/command.ts)_
_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.12.5/src/commands/command.ts)_

## `oclif help [COMMAND]`

Expand All @@ -163,7 +163,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.3/src/commands/help.ts)_

## `oclif hook NAME`

Expand All @@ -182,7 +182,7 @@ OPTIONS
--force overwrite existing files
```

_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.12.4/src/commands/hook.ts)_
_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.12.5/src/commands/hook.ts)_

## `oclif multi [PATH]`

Expand All @@ -201,7 +201,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|mocha)
```

_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.12.4/src/commands/multi.ts)_
_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.12.5/src/commands/multi.ts)_

## `oclif plugin [PATH]`

Expand All @@ -220,7 +220,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|mocha)
```

_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.12.4/src/commands/plugin.ts)_
_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.12.5/src/commands/plugin.ts)_

## `oclif single [PATH]`

Expand All @@ -239,7 +239,7 @@ OPTIONS
--options=options (yarn|typescript|tslint|mocha)
```

_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.12.4/src/commands/single.ts)_
_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.12.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.12.4",
"version": "1.12.5",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",
Expand Down

0 comments on commit 2686eec

Please sign in to comment.