Skip to content

Commit

Permalink
chore(πŸ“¦): 1.0.0-dev.6
Browse files Browse the repository at this point in the history
## [1.0.0-dev.6](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](98cdcf6))
* **core:** implement `--drop-database` cli option that deletes database file ([8e9adb5](8e9adb5))

### Internal 🧰

* **core:** remove saving watcher states feature ([4112e49](4112e49))
* **core:** use correct log level when no watcher configuration provided ([c491476](c491476))
* **github:** make urql client use `node-fetch` instead of built-in one ([754c706](754c706))

### Bug Fixes 🐞

* **core:** fix a bug that application could not catch errors during collection followers ([1b3cb39](1b3cb39))
* **core:** fix a bug that could not catch violating minimum value of `config.watchInterval` ([9600827](9600827))
  • Loading branch information
semantic-release-bot committed Dec 7, 2022
1 parent cff879d commit f21dbba
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": "1.0.0-dev.5",
"version": "1.0.0-dev.6",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f21dbba

Please sign in to comment.