From e26d552e8320ac63c63317b5c125b597a2b6ecfd Mon Sep 17 00:00:00 2001
From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com>
Date: Fri, 2 Feb 2018 08:36:30 +0000
Subject: [PATCH] chore(release): 0.4.0 [skip ci]

<a name="0.4.0"></a>
# [0.4.0](https://github.com/anycli/plugin-help/compare/d8df03bee99d520c51bf1754c00ed084b6a01170...v0.4.0) (2018-02-02)

### Features

* show default flag/arg values ([7bedad5](https://github.com/anycli/plugin-help/commit/7bedad5))
---
 CHANGELOG.md | 8 ++++++++
 package.json | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c6291a5..583b2e0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+<a name="0.4.0"></a>
+# [0.4.0](https://github.com/anycli/plugin-help/compare/d8df03bee99d520c51bf1754c00ed084b6a01170...v0.4.0) (2018-02-02)
+
+
+### Features
+
+* show default flag/arg values ([7bedad5](https://github.com/anycli/plugin-help/commit/7bedad5))
+
 <a name="0.3.7"></a>
 ## [0.3.7](https://github.com/anycli/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02)
 
diff --git a/package.json b/package.json
index cdc3d6be..74e33b79 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@anycli/plugin-help",
   "description": "standard help for anycli",
-  "version": "0.3.7",
+  "version": "0.4.0",
   "author": "Jeff Dickey @jdxcode",
   "anycli": {
     "commands": "./lib/commands",