diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1169474..3f14d36 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@hoth/cli-v1.1.9](https://github.com/searchfe/hoth/compare/@hoth/cli-v1.1.8...@hoth/cli-v1.1.9) (2021-07-21) + + +### Performance Improvements + +* **cli:** add update version checker ([50abf8a](https://github.com/searchfe/hoth/commit/50abf8a334628d6bd6cee959d25ae899bfe9479a)) + # [@hoth/cli-v1.1.8](https://github.com/searchfe/hoth/compare/@hoth/cli-v1.1.7...@hoth/cli-v1.1.8) (2021-07-21) diff --git a/packages/cli/package.json b/packages/cli/package.json index b5dbdd4..c2d286a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hoth/cli", - "version": "1.1.8", + "version": "1.1.9", "description": "cli plugin for hoth framework", "main": "dist/index.js", "scripts": {