From 951fafa500263fbfe53dd02f252ffc4936ec2f8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Dec 2022 18:53:59 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.0.0-dev.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 1.0.0-dev.1 (2022-12-05) ### Features * **config:** implement basic file-based configuration feature ([17286e7](https://github.com/async3619/cage/commit/17286e7aae575662c797c1555bcc1f2ba4e050d3)) * **core:** implement (un)follower detection through database ([8265e55](https://github.com/async3619/cage/commit/8265e554e0abafb965f4ee561539c17f20d149ff)) * **core:** implement basic cli feature ([75ee061](https://github.com/async3619/cage/commit/75ee06187d6d0546bce28ab07a1768e7e0a77add)) * **discord:** implement discord webhook notifier ([fd6c4ec](https://github.com/async3619/cage/commit/fd6c4ec341dd68f7f446865f8c7ec485e78988a4)) * **logger:** implement basic logger ([91c40de](https://github.com/async3619/cage/commit/91c40de6a22b240e6720680d4297d1a27c802bd8)) * **twitter:** implement basic twitter auth logic ([f4d84a7](https://github.com/async3619/cage/commit/f4d84a70800943451cdef2695057da5f1abf7ee0)) * **twitter:** implement collecting follower data feature ([db9ab2b](https://github.com/async3619/cage/commit/db9ab2b5a72969438a9d1bfd6efbdcb368810744)) ### Bug Fixes * **core:** rewrite new follower and unfollower check routine ([47d9be4](https://github.com/async3619/cage/commit/47d9be415b7a0d9f0e9eccabf9a138de216f4fbf)) ### Internal * **core:** add basic watching feature through cron ([07f98fb](https://github.com/async3619/cage/commit/07f98fb9e6d8db32564afd5125cc6b9aaf16efe1)) * **core:** make config file path always to be absolute when given path is relative ([9c5c41e](https://github.com/async3619/cage/commit/9c5c41eb73994bc83852ec41e20e0b25fc253d90)) * **core:** make fetcher can retry when request throws an error ([91e1ec4](https://github.com/async3619/cage/commit/91e1ec4c3c3e06391518300b1b001a34c79db72c)) * **core:** make logger can format string with arguments ([2347423](https://github.com/async3619/cage/commit/23474230a099104415e30253c21cd0d15948360d)) * **core:** make logger can style string with new format tokens ([65f6df9](https://github.com/async3619/cage/commit/65f6df96f279604ecab1a5e90409911281260184)) * **core:** make logger not to log verbose level logs when verbose mode is disabled ([5ad4bf3](https://github.com/async3619/cage/commit/5ad4bf38850cfcd2931c91ed72b099bd61bccc21)) * **core:** remove exit handler and cleaning up routine ([a140d65](https://github.com/async3619/cage/commit/a140d6591d93e5e45a9c6a488ceb99b48d5f0879)) * **core:** rename log level from `silly` to `verbose` ([1f3d08a](https://github.com/async3619/cage/commit/1f3d08a4fac36e3fe3e0db96131e717f16dc3dce)) * **core:** use throttle instead of waiting for main task loop ([40a6db5](https://github.com/async3619/cage/commit/40a6db5e5e93847e920b60b7f9175cad18de83e8)) * reimplement how watcher state saved or loaded ([cd763c9](https://github.com/async3619/cage/commit/cd763c9211a07bfd0c977bfff2be81f31c097fc7)) * update type `Fn` for better usage ([bb5954b](https://github.com/async3619/cage/commit/bb5954b1d06527ab15a046cef013c33a7707cefd)) * **watcher:** make watcher hash data can be retrieved by its own implementation ([866b9b6](https://github.com/async3619/cage/commit/866b9b6e6502fed1a8e2b26bb83ad97224fe9325)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 738dbd8..ad3af4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cage-cli", "description": "realtime unfollower detection for any social services", - "version": "0.0.0", + "version": "1.0.0-dev.1", "license": "MIT", "publishConfig": { "access": "public"