From af5189834fce677b204c661ed6f65c4c5e95728c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Dec 2022 01:32:47 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.0.0-dev.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-dev.3](https://github.com/async3619/cage/compare/v1.0.0-dev.2...v1.0.0-dev.3) (2022-12-07) ### Bug Fixes * **core:** update default configuration to fit to the newest config schema ([061e8a9](https://github.com/async3619/cage/commit/061e8a922147866a22ee60bbbc36dbc96bcdeff2)) ### Internal * **cli:** add short-hand option flag for `--verbose` ([202b12d](https://github.com/async3619/cage/commit/202b12dee664319fc5d30fb5e33c360a70b52ee4)) * **core:** remove console clearing on startup ([bb8a661](https://github.com/async3619/cage/commit/bb8a6613e8a6febc0adbb4539dac39eba10e28e7)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2484212..1291044 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cage-cli", "description": "realtime unfollower detection for any social services", - "version": "1.0.0-dev.2", + "version": "1.0.0-dev.3", "license": "MIT", "publishConfig": { "access": "public"