From 8ac4025c038f50005e3edae9ccf755b710ee70e9 Mon Sep 17 00:00:00 2001 From: leo_chen Date: Sun, 25 Feb 2024 18:57:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=86=E5=9B=BE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe0093..75ec93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 更新日志 +## V4.6.24(2024-02-25) +1、修复开启识图的报错 + ## V4.6.23(2024-02-06) 1、修复可能导致客户端卡死的问题 diff --git a/package.json b/package.json index 270a732..9c5f4ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wechat-assistant", - "version": "4.6.23", - "description": "智能微秘书4.6.23", + "version": "4.6.24", + "description": "智能微秘书4.6.24", "main": "index.js", "type": "module", "scripts": { @@ -40,7 +40,7 @@ "wechaty-puppet-padlocal": "^1.20.1", "wechaty-puppet-service": "^1.18.2", "wechaty-puppet-wechat4u": "^1.14.12", - "wechaty-web-panel": "^1.6.41" + "wechaty-web-panel": "^1.6.42" }, "devDependencies": { "pm2": "^4.2.3"