diff --git a/CHANGELOG.md b/CHANGELOG.md index 5797e42b..e7c8dfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [0.2.2](https://github.com/anycli/help/compare/b4bed623435a2f4ea73d2ad813589f3105e4299e...v0.2.2) (2018-01-31) + + +### Bug Fixes + +* updated engine ([1d28ed1](https://github.com/anycli/help/commit/1d28ed1)) + ## [0.2.1](https://github.com/dxcli/help/compare/bc53900d424978ab143773eae4651e0ee591ee2f...v0.2.1) (2018-01-30) diff --git a/package.json b/package.json index ede90601..23cd7879 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@anycli/help", "description": "standard help for anycli", - "version": "0.2.1", + "version": "0.2.2", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/jdxcode/help/issues", "dependencies": { @@ -17,7 +17,7 @@ }, "devDependencies": { "@anycli/config": "^0.1.40", - "@anycli/engine": "^0.1.23", + "@anycli/engine": "^0.1.26", "@anycli/test": "^0.9.19", "@anycli/tslint": "^0.1.3", "@commitlint/cli": "^6.0.2", diff --git a/yarn.lock b/yarn.lock index 745fec8c..3bcca700 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,9 +22,9 @@ lodash "^4.17.4" read-pkg "^3.0.0" -"@anycli/engine@^0.1.23": - version "0.1.24" - resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.24.tgz#05a01a37e4978196125385cc7768be3c6df92364" +"@anycli/engine@^0.1.26": + version "0.1.26" + resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.26.tgz#7c7d06a2527f5b3176eda34e9ef0c0d89d347f40" dependencies: "@anycli/manifest-file" "^0.1.0" cli-ux "^3.3.9"