From c4177dd18a434252859a58ef367fc7bceaa8d37e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Dec 2022 09:40:17 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.0.0-dev.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0-dev.9](https://github.com/async3619/cage/compare/v1.0.0-dev.8...v1.0.0-dev.9) (2022-12-11) ### Features ✨ * **slack:** implement slack notifier ([7b4c7f1](https://github.com/async3619/cage/commit/7b4c7f1a258ef85fbf05d3f24fb077b487fbb12d)) ### Internal 🧰 * **telegram:** make telegram notification title message having more rich data ([00f2464](https://github.com/async3619/cage/commit/00f246412a5f5c137a9abdff4d55029f6c22e4ba)) ### Bug Fixes 🐞 * **slack:** fix a bug that slack notifier sending notification with no changes ([c99f9a1](https://github.com/async3619/cage/commit/c99f9a1acb5b8e18eda009b2899f118a5b57cec3)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 663de68..dae6e5b 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.8", + "version": "1.0.0-dev.9", "license": "MIT", "publishConfig": { "access": "public"