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",