diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a577e1..72e8468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [0.33.14](https://github.com/anycli/cli/compare/f78cf18904abbddb98172a79f231cf8368648da5...v0.33.14) (2018-02-07) + + +### Bug Fixes + +* add manifest to gitignore ([692ca32](https://github.com/anycli/cli/commit/692ca32)) +* bump cache ([9773ed7](https://github.com/anycli/cli/commit/9773ed7)) + ## [0.33.13](https://github.com/anycli/cli/compare/50c303f3dd8f173c3f470cf26f964231f8d1f626...v0.33.13) (2018-02-06) diff --git a/package.json b/package.json index 3145028..af6c34a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hkcl", "description": "anycli: create your own CLI", - "version": "0.33.13", + "version": "0.33.14", "author": "Jeff Dickey @jdxcode", "anycli": { "commands": "./lib/commands",