From c1368d9010b58040a7336b60a50cc88a084f6771 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 25 Oct 2024 15:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=92=E4=BB=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4838b8d..83bdc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 更新日志 +## V5.0.11(2024-10-25) +1、更新插件版本,修复消息发送问题 + ## V5.0.10(2024-10-13) 1、更新插件版本 2、新增puppet协议 diff --git a/package.json b/package.json index 30da591..eb48776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "5.0.10", + "version": "5.0.11", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -46,7 +46,7 @@ "@juzi/wechaty": "^1.0.100", "@juzi/wechaty-puppet": "^1.0.91", "@juzi/wechaty-puppet-service": "^1.0.100", - "wechaty-web-panel": "^1.6.65" + "wechaty-web-panel": "^1.6.66" }, "devDependencies": { "pm2": "^4.2.3"