diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ec93c..8967b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 更新日志 +## V4.6.25(2024-02-27) +1、修复@grpc/grpc-js 自动更新导致的报错 + ## V4.6.24(2024-02-25) 1、修复开启识图的报错 diff --git a/package.json b/package.json index 9c5f4ae..d7ef448 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wechat-assistant", - "version": "4.6.24", - "description": "智能微秘书4.6.24", + "version": "4.6.25", + "description": "智能微秘书4.6.25", "main": "index.js", "type": "module", "scripts": { @@ -34,6 +34,7 @@ }, "dependencies": { "wechaty": "^1.20.2", + "@grpc/grpc-js": "1.9.14", "wechaty-puppet": "^1.21.1", "wechaty-puppet-engine": "^1.0.25", "wechaty-puppet-official-account": "^1.10.7",