From f21dbbab24b32a16f6e429d7d5d31b16b39ecd2f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Dec 2022 15:42:19 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.0.0-dev.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-dev.6](https://github.com/async3619/cage/compare/v1.0.0-dev.5...v1.0.0-dev.6) (2022-12-07) ### Features ✨ * **core:** implement `--database` cli option that can specify database path ([98cdcf6](https://github.com/async3619/cage/commit/98cdcf62686e98a05ecb0edd1973524cc01147f8)) * **core:** implement `--drop-database` cli option that deletes database file ([8e9adb5](https://github.com/async3619/cage/commit/8e9adb5869fc49589f50111afd9b04fd1640219c)) ### Internal 🧰 * **core:** remove saving watcher states feature ([4112e49](https://github.com/async3619/cage/commit/4112e490e751d9d591c0e614040922ed2492a5c1)) * **core:** use correct log level when no watcher configuration provided ([c491476](https://github.com/async3619/cage/commit/c491476b057b27e86532942ac0e2f561def57b03)) * **github:** make urql client use `node-fetch` instead of built-in one ([754c706](https://github.com/async3619/cage/commit/754c706e08b24104aeb5e581f1a1e983503078d3)) ### Bug Fixes 🐞 * **core:** fix a bug that application could not catch errors during collection followers ([1b3cb39](https://github.com/async3619/cage/commit/1b3cb39287d95de9d2a0c80da3e7692135dc40cc)) * **core:** fix a bug that could not catch violating minimum value of `config.watchInterval` ([9600827](https://github.com/async3619/cage/commit/960082762582e8ceb1d25cad3e19b8ebb25d6e2c)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47db920..e9977eb 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.5", + "version": "1.0.0-dev.6", "license": "MIT", "publishConfig": { "access": "public"