From fa1c6e0bbd1d4530aaf80d59248234ace0d27ae4 Mon Sep 17 00:00:00 2001
From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com>
Date: Fri, 2 Feb 2018 05:44:03 +0000
Subject: [PATCH] chore(release): 0.3.7 [skip ci]
## [0.3.7](https://github.com/anycli/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02)
### Bug Fixes
* fixed help in CI ([d8df03b](https://github.com/anycli/plugin-help/commit/d8df03b))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1fec467..1c6291a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [0.3.7](https://github.com/anycli/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02)
+
+
+### Bug Fixes
+
+* fixed help in CI ([d8df03b](https://github.com/anycli/plugin-help/commit/d8df03b))
+
## [0.3.6](https://github.com/anycli/plugin-help/compare/fc0f0f5b5ae0c36e0409398f361fbab41707e2bb...v0.3.6) (2018-02-02)
diff --git a/package.json b/package.json
index be1c6b86..b1721fb8 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/plugin-help",
"description": "standard help for anycli",
- "version": "0.3.6",
+ "version": "0.3.7",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",