From 04c6bb0efabcbd4deaa6da6358ed96d10a2456ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:46:16 +0800 Subject: [PATCH] =?UTF-8?q?chore(master):=20=F0=9F=94=96=20release=20qq=5F?= =?UTF-8?q?chat=202.3.0=20(#237)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please/.release-please-manifest.json | 2 +- src/qq_chat/CHANGELOG.md | 12 ++++++++++++ src/qq_chat/mcdreforged.plugin.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 1b7c66c..9188541 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -13,6 +13,6 @@ "src/more_command_nodes": "1.1.2", "src/online_player_api": "1.0.0", "src/qq_api": "1.4.0", - "src/qq_chat": "2.2.0", + "src/qq_chat": "2.3.0", "src/uuid_api": "0.1.2" } diff --git a/src/qq_chat/CHANGELOG.md b/src/qq_chat/CHANGELOG.md index 058a1c9..283efc9 100644 --- a/src/qq_chat/CHANGELOG.md +++ b/src/qq_chat/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.0](https://github.com/AnzhiZhang/MCDReforgedPlugins/compare/qq_chat-v2.2.0...qq_chat-v2.3.0) (2024-09-25) + + +### Features + +* **qq_chat:** :sparkles: 'force_bound' config && unbound msg from sync group could be forward to mc ([0506aba](https://github.com/AnzhiZhang/MCDReforgedPlugins/commit/0506aba3114c7ec1071e845d21f1f3c7155ddb01)) + + +### Bug Fixes + +* **qq_chat:** :fire: remove 'force_bound' config ([1d4b2ac](https://github.com/AnzhiZhang/MCDReforgedPlugins/commit/1d4b2ac8a05f57a7357559395fe8847d784d16fa)) + ## [2.2.0](https://github.com/AnzhiZhang/MCDReforgedPlugins/compare/qq_chat-v2.1.0...qq_chat-v2.2.0) (2024-08-01) diff --git a/src/qq_chat/mcdreforged.plugin.json b/src/qq_chat/mcdreforged.plugin.json index 5fc820b..7151dd5 100644 --- a/src/qq_chat/mcdreforged.plugin.json +++ b/src/qq_chat/mcdreforged.plugin.json @@ -1,6 +1,6 @@ { "id": "qq_chat", - "version": "2.2.0", + "version": "2.3.0", "name": "QQChat", "description": { "en_us": "Useful Functions with QQ",