diff --git a/CHANGELOG.md b/CHANGELOG.md index b226a37..5034fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 更新日志 +## V5.0.3(2024-08-06) +1、增加Coze V3版本和有道QAnything +2、优化头像更新 + ## V5.0.2(2024-07-12) 1、添加知识库变量ualias,用户备注 diff --git a/package.json b/package.json index c39292f..784310d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "5.0.2", + "version": "5.0.3", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -45,7 +45,7 @@ "@juzi/wechaty": "^1.0.99", "@juzi/wechaty-puppet": "^1.0.90", "@juzi/wechaty-puppet-service": "^1.0.97", - "wechaty-web-panel": "^1.6.59" + "wechaty-web-panel": "^1.6.60" }, "devDependencies": { "pm2": "^4.2.3"