diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f0c9e4a..d23c063 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@hoth/cli-v1.1.13](https://github.com/searchfe/hoth/compare/@hoth/cli-v1.1.12...@hoth/cli-v1.1.13) (2021-08-09) + + +### Performance Improvements + +* **cli:** update hoth deps ([1f2d1db](https://github.com/searchfe/hoth/commit/1f2d1dbb3a35f1996c4941b1afdacf16855dd4f0)) + # [@hoth/cli-v1.1.12](https://github.com/searchfe/hoth/compare/@hoth/cli-v1.1.11...@hoth/cli-v1.1.12) (2021-08-09) diff --git a/packages/cli/package.json b/packages/cli/package.json index aabb5f7..6b5cc16 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hoth/cli", - "version": "1.1.12", + "version": "1.1.13", "description": "cli plugin for hoth framework", "main": "dist/index.js", "scripts": {