From f29154201b2a10b26dda05cf41dbf47d75e71d89 Mon Sep 17 00:00:00 2001 From: chengeng Date: Wed, 13 Dec 2023 13:36:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=A8=A1=E5=9D=97):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=B6=88=E6=81=AF=E9=87=8D=E5=A4=8D=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e0d3ca..ff362f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 更新日志 +## V4.6.17(2023-12-14) + +1、优化web协议历史消息重复发送的问题 + ## V4.6.16(2023-12-07) 1、更新插件版本,增加GPT-4V图像识别 diff --git a/package.json b/package.json index 7a56498..1346e19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wechat-assistant", - "version": "4.6.16", - "description": "智能微秘书4.6.16", + "version": "4.6.17", + "description": "智能微秘书4.6.17", "main": "index.js", "type": "module", "scripts": { @@ -39,7 +39,7 @@ "wechaty-puppet-official-account": "^1.10.7", "wechaty-puppet-padlocal": "^1.20.1", "wechaty-puppet-service": "^1.18.2", - "wechaty-puppet-wechat4u": "^1.14.7", + "wechaty-puppet-wechat4u": "^1.14.12", "wechaty-web-panel": "^1.6.33" }, "devDependencies": {