From 73fe6f2b30a7b9cda1a3ae68df29d5283a090684 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 29 Nov 2024 14:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bdc59..f2983a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 更新日志 +## V5.0.13(2024-11-29) +1、更新插件版本,添加企微api发群消息支持@ +2、修复查找好友问题 + ## V5.0.11(2024-10-25) 1、更新插件版本,修复消息发送问题 diff --git a/package.json b/package.json index 9bac584..0cdc1c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "5.0.12", + "version": "5.0.13", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -42,11 +42,11 @@ "wechaty-puppet-official-account": "^1.10.12", "wechaty-puppet-padlocal": "^1.20.1", "wechaty-puppet-wechat4u": "^1.14.12", - "wechaty-puppet-matrix": "^0.0.8", + "wechaty-puppet-matrix": "^0.0.9", "@juzi/wechaty": "^1.0.100", "@juzi/wechaty-puppet": "^1.0.91", "@juzi/wechaty-puppet-service": "^1.0.100", - "wechaty-web-panel": "^1.6.67" + "wechaty-web-panel": "^1.6.68" }, "devDependencies": { "pm2": "^4.2.3"