From 305393a2f6e37ef5090319db902d8a3fd69b90b9 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Wed, 4 Apr 2018 14:11:47 +0000
Subject: [PATCH] chore(release): 1.7.12 [skip ci]
## [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))
---
CHANGELOG.md | 9 +++++++++
README.md | 10 +++++-----
package.json | 2 +-
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 039afea..3219a94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+## [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))
+
## [1.7.11](https://github.com/oclif/oclif/compare/v1.7.10...v1.7.11) (2018-04-02)
diff --git a/README.md b/README.md
index da7bef3..891236a 100644
--- a/README.md
+++ b/README.md
@@ -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]
@@ -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]
@@ -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]
@@ -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]
@@ -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)_
# 🏭 Related Repositories
diff --git a/package.json b/package.json
index f174ec7..8dcb325 100644
--- a/package.json
+++ b/package.json
@@ -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",