From be532381fba14a5370b481f59315285b154e2d33 Mon Sep 17 00:00:00 2001
From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com>
Date: Sat, 3 Feb 2018 20:45:44 +0000
Subject: [PATCH] chore(release): 0.5.1 [skip ci]
## [0.5.1](https://github.com/anycli/plugin-help/compare/fcc41a0a404c914c93dbe925d77a57c31fb7c162...v0.5.1) (2018-02-03)
### Bug Fixes
* updated config ([4f48c42](https://github.com/anycli/plugin-help/commit/4f48c42))
---
CHANGELOG.md | 8 ++++++++
package.json | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6966aacc..3fbd01d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [0.5.1](https://github.com/anycli/plugin-help/compare/fcc41a0a404c914c93dbe925d77a57c31fb7c162...v0.5.1) (2018-02-03)
+
+
+### Bug Fixes
+
+* updated config ([4f48c42](https://github.com/anycli/plugin-help/commit/4f48c42))
+
# [0.5.0](https://github.com/anycli/plugin-help/compare/64df8c5c7b792285348af0e55a30887bc7dbab96...v0.5.0) (2018-02-02)
diff --git a/package.json b/package.json
index 96863842..1f18cb82 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@anycli/plugin-help",
"description": "standard help for anycli",
- "version": "0.5.0",
+ "version": "0.5.1",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"commands": "./lib/commands",