From 6169ee0956a5fb2b21fb0f88e0a28ea7cf440b3b Mon Sep 17 00:00:00 2001
From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com>
Date: Mon, 5 Feb 2018 05:20:40 +0000
Subject: [PATCH] chore(release): 0.6.3 [skip ci]
## [0.6.3](https://github.com/anycli/plugin-help/compare/8d2a146505f02ccc0854601a28223ae3d2acbf2c...v0.6.3) (2018-02-05)
### Bug Fixes
* require lodash.template ([b53cc90](https://github.com/anycli/plugin-help/commit/b53cc90))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5629965..d3a94f5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [0.6.3](https://github.com/anycli/plugin-help/compare/8d2a146505f02ccc0854601a28223ae3d2acbf2c...v0.6.3) (2018-02-05)
+
+
+### Bug Fixes
+
+* require lodash.template ([b53cc90](https://github.com/anycli/plugin-help/commit/b53cc90))
+
## [0.6.2](https://github.com/anycli/plugin-help/compare/32b9b620962c54b8102dc878f70104dd4084c62f...v0.6.2) (2018-02-05)
diff --git a/package.json b/package.json
index f416e94f..e481d55b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/plugin-help",
"description": "standard help for anycli",
- "version": "0.6.2",
+ "version": "0.6.3",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",