Skip to content

Commit

Permalink
chore(📦): 1.0.0-dev.2
Browse files Browse the repository at this point in the history
## [1.0.0-dev.2](v1.0.0-dev.1...v1.0.0-dev.2) (2022-12-06)

### Features

* **core:** implement user detection for users who renaming `displayName` or `userId` ([9c94b85](9c94b85))
* **discord:** notifier now notifies renaming user logs well ([f8e2bb6](f8e2bb6))

### Bug Fixes

* **discord:** fix a bug that discord notifier notifies with wrong number of data ([c04902b](c04902b))
* **discord:** fix a bug that notification having wrong unfollower count ([c6ee7c1](c6ee7c1))

### Internal

* **core:** now it save old `displayName` and `userId` whenever renames ([fbb574c](fbb574c))
* **core:** rename user log repository table name ([6bca5a2](6bca5a2))
* **twitter:** make twitter watcher to use official api client ([b75ab6a](b75ab6a))
* **twitter:** remove redundant legacy codes ([09b987a](09b987a))
  • Loading branch information
semantic-release-bot committed Dec 6, 2022
1 parent 104d5f7 commit 61a2b91
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.1",
"version": "1.0.0-dev.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 61a2b91

Please sign in to comment.