From 132786764a68d44c7e1889a1e808d3799f4a6722 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 22 Dec 2024 23:26:55 +0800 Subject: [PATCH] fix bug --- CHANGELOG.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a30f947..8df12b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## 更新日志 +## V5.0.18(2024-12-22) +1、更新插件版本,修复bug ## V5.0.17(2024-12-14) 1、更新插件版本,添加变量 diff --git a/package.json b/package.json index 3c93f91..e998cc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechat-assistant", - "version": "5.0.17", + "version": "5.0.18", "description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp", "main": "index.js", "type": "module", @@ -46,7 +46,7 @@ "@juzi/wechaty": "^1.0.104", "@juzi/wechaty-puppet": "^1.0.98", "@juzi/wechaty-puppet-service": "^1.0.103", - "wechaty-web-panel": "^1.6.71" + "wechaty-web-panel": "^1.6.72" }, "devDependencies": { "pm2": "^4.2.3"