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.7.12 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.7.12"></a>
## [1.7.12](oclif/oclif@v1.7.11...v1.7.12) (2018-04-04)

### Bug Fixes

* only show examples if generating hello command ([147a317](oclif/oclif@147a317))
* show ts path in example command instead of js path ([12869c4](oclif/oclif@12869c4))
  • Loading branch information
oclif-bot committed Apr 4, 2018
1 parent 147a317 commit 305393a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="1.7.12"></a>
## [1.7.12](https://github.com/oclif/oclif/compare/v1.7.11...v1.7.12) (2018-04-04)


### Bug Fixes

* only show examples if generating hello command ([147a317](https://github.com/oclif/oclif/commit/147a317))
* show ts path in example command instead of js path ([12869c4](https://github.com/oclif/oclif/commit/12869c4))

<a name="1.7.11"></a>
## [1.7.11](https://github.com/oclif/oclif/compare/v1.7.10...v1.7.11) (2018-04-02)

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

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

## oclif help [COMMAND]

Expand Down Expand Up @@ -183,7 +183,7 @@ OPTIONS
--force overwrite existing files
```

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

## oclif multi [PATH]

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

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

## oclif plugin [PATH]

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

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

## oclif single [PATH]

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

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

0 comments on commit 305393a

Please sign in to comment.