From 6c090a8d793e8436b6e5242c9c72f9dfb9436501 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Aug 2021 20:07:25 +0800 Subject: [PATCH] chore(release): 1.1.13 [skip ci] # [@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)) --- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {