Skip to content

Commit

Permalink
chore(📦): 1.0.0-dev.1
Browse files Browse the repository at this point in the history
## 1.0.0-dev.1 (2022-12-05)

### Features

* **config:** implement basic file-based configuration feature ([17286e7](17286e7))
* **core:** implement (un)follower detection through database ([8265e55](8265e55))
* **core:** implement basic cli feature ([75ee061](75ee061))
* **discord:** implement discord webhook notifier ([fd6c4ec](fd6c4ec))
* **logger:** implement basic logger ([91c40de](91c40de))
* **twitter:** implement basic twitter auth logic ([f4d84a7](f4d84a7))
* **twitter:** implement collecting follower data feature ([db9ab2b](db9ab2b))

### Bug Fixes

* **core:** rewrite new follower and unfollower check routine ([47d9be4](47d9be4))

### Internal

* **core:** add basic watching feature through cron ([07f98fb](07f98fb))
* **core:** make config file path always to be absolute when given path is relative ([9c5c41e](9c5c41e))
* **core:** make fetcher can retry when request throws an error ([91e1ec4](91e1ec4))
* **core:** make logger can format string with arguments ([2347423](2347423))
* **core:** make logger can style string with new format tokens ([65f6df9](65f6df9))
* **core:** make logger not to log verbose level logs when verbose mode is disabled ([5ad4bf3](5ad4bf3))
* **core:** remove exit handler and cleaning up routine ([a140d65](a140d65))
* **core:** rename log level from `silly` to `verbose` ([1f3d08a](1f3d08a))
* **core:** use throttle instead of waiting for main task loop ([40a6db5](40a6db5))
* reimplement how watcher state saved or loaded ([cd763c9](cd763c9))
* update type `Fn` for better usage ([bb5954b](bb5954b))
* **watcher:** make watcher hash data can be retrieved by its own implementation ([866b9b6](866b9b6))
  • Loading branch information
semantic-release-bot committed Dec 5, 2022
1 parent bb1b5d9 commit 951fafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 951fafa

Please sign in to comment.