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"