From 98e734024815d66713ada3aa8357ea6aee75a579 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Wed, 30 May 2018 02:45:47 +0000
Subject: [PATCH] chore(release): 1.7.52 [skip ci]
## [1.7.52](https://github.com/oclif/oclif/compare/v1.7.51...v1.7.52) (2018-05-30)
### Bug Fixes
* command descriptions not showing up in the help ([#124](https://github.com/oclif/oclif/issues/124)) ([dd37310](https://github.com/oclif/oclif/commit/dd37310))
---
CHANGELOG.md | 8 ++++++++
README.md | 10 +++++-----
package.json | 2 +-
3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 686e57b..34169e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.7.52](https://github.com/oclif/oclif/compare/v1.7.51...v1.7.52) (2018-05-30)
+
+
+### Bug Fixes
+
+* command descriptions not showing up in the help ([#124](https://github.com/oclif/oclif/issues/124)) ([dd37310](https://github.com/oclif/oclif/commit/dd37310))
+
## [1.7.51](https://github.com/oclif/oclif/compare/v1.7.50...v1.7.51) (2018-05-28)
diff --git a/README.md b/README.md
index caaf26f..f3c4db2 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.7.51/src/commands/command.ts)_
+_See code: [src/commands/command.ts](https://github.com/oclif/oclif/blob/v1.7.52/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.7.51/src/commands/hook.ts)_
+_See code: [src/commands/hook.ts](https://github.com/oclif/oclif/blob/v1.7.52/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.7.51/src/commands/multi.ts)_
+_See code: [src/commands/multi.ts](https://github.com/oclif/oclif/blob/v1.7.52/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.7.51/src/commands/plugin.ts)_
+_See code: [src/commands/plugin.ts](https://github.com/oclif/oclif/blob/v1.7.52/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.7.51/src/commands/single.ts)_
+_See code: [src/commands/single.ts](https://github.com/oclif/oclif/blob/v1.7.52/src/commands/single.ts)_
# 🏭 Related Repositories
diff --git a/package.json b/package.json
index da162de..bc5f5ad 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
- "version": "1.7.51",
+ "version": "1.7.52",
"author": "Jeff Dickey @jdxcode",
"bin": "./bin/run",
"bugs": "https://github.com/oclif/oclif/issues",