From cb239a23f2d59f9088ef1aaba1f6f50658cc0ef1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Jul 2021 08:56:54 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] # [@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)) --- 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 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": {