From 2ca9f8f1a07444488df69290da657a7ed618d2c2 Mon Sep 17 00:00:00 2001 From: anycli-bot <35625753+dxcli-bot@users.noreply.github.com> Date: Fri, 2 Feb 2018 10:40:41 +0000 Subject: [PATCH] chore(release): 0.4.4 [skip ci] ## [0.4.4](https://github.com/anycli/plugin-help/compare/241df8abf10d3f96e025db6f9c83d0a94cccd801...v0.4.4) (2018-02-02) ### Bug Fixes * fixed manifest location ([30ca7c1](https://github.com/anycli/plugin-help/commit/30ca7c1)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a1415e..c9e9043c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [0.4.4](https://github.com/anycli/plugin-help/compare/241df8abf10d3f96e025db6f9c83d0a94cccd801...v0.4.4) (2018-02-02) + + +### Bug Fixes + +* fixed manifest location ([30ca7c1](https://github.com/anycli/plugin-help/commit/30ca7c1)) + ## [0.4.3](https://github.com/anycli/plugin-help/compare/08cf2fbb6583a3f8547705a1bc9e6a909f3866ec...v0.4.3) (2018-02-02) diff --git a/package.json b/package.json index 83e2d7f4..fdba8087 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anycli/plugin-help", "description": "standard help for anycli", - "version": "0.4.3", + "version": "0.4.4", "author": "Jeff Dickey @jdxcode", "anycli": { "commands": "./lib/commands",