diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f974ce..48ec9749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [0.6.8](https://github.com/anycli/plugin-help/compare/692a7e663f79a676e8de8c136bef6662f2ed29b3...v0.6.8) (2018-02-06) + + +### Bug Fixes + +* fixed topic list ([61a26af](https://github.com/anycli/plugin-help/commit/61a26af)) +* fixed topic list ([b42fde4](https://github.com/anycli/plugin-help/commit/b42fde4)) + ## [0.6.7](https://github.com/anycli/plugin-help/compare/v0.6.6...v0.6.7) (2018-02-06) diff --git a/package.json b/package.json index a884d31f..ee579f66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anycli/plugin-help", "description": "standard help for anycli", - "version": "0.6.7", + "version": "0.6.8", "author": "Jeff Dickey @jdxcode", "anycli": { "commands": "./lib/commands",