From cb4f5d07f150e95abd92a6128263b3e885c265af Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 27 Aug 2024 23:42:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcoze=20v3=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=80=BB=E7=BB=93=E7=BE=A4=E8=81=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db1ad1..271f032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## 更新日志 + +## V5.0.6(2024-08-06) +1、修复Coze V3无法群聊总结 + ## V5.0.5(2024-08-06) 1、修复企微转发图片失效问题 2、优化图片链接提取 diff --git a/package.json b/package.json index cb42e80..3ff85ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "5.0.5", + "version": "5.0.6", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -42,10 +42,10 @@ "wechaty-puppet-official-account": "^1.10.12", "wechaty-puppet-padlocal": "^1.20.1", "wechaty-puppet-wechat4u": "^1.14.12", - "@juzi/wechaty": "^1.0.99", - "@juzi/wechaty-puppet": "^1.0.90", + "@juzi/wechaty": "^1.0.100", + "@juzi/wechaty-puppet": "^1.0.91", "@juzi/wechaty-puppet-service": "^1.0.100", - "wechaty-web-panel": "^1.6.61" + "wechaty-web-panel": "^1.6.62" }, "devDependencies": { "pm2": "^4.2.3"