Skip to content

Commit

Permalink
fix: 升级插件版本,添加用户备注信息到知识库
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jul 12, 2024
1 parent 969f67c commit 8d118f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 更新日志

## V5.0.2(2024-07-12)
1、添加知识库变量ualias,用户备注

## V5.0.1(2024-07-10)
1、添加阿里云镜像
2、合并企微镜像方便后期维护
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechat-assistant",
"version": "5.0.1",
"version": "5.0.2",
"description": "智能微秘书,一个全能的微信机器人管理平台,最简单的方式接入 ChatGPT,FastGPT,Dify,Coze知识库,支持绘图,联网查询,语音识别,各种定时任务,支持企微、个微、公众号、5G 消息、WhatsApp",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@juzi/wechaty": "^1.0.99",
"@juzi/wechaty-puppet": "^1.0.90",
"@juzi/wechaty-puppet-service": "^1.0.97",
"wechaty-web-panel": "^1.6.58"
"wechaty-web-panel": "^1.6.59"
},
"devDependencies": {
"pm2": "^4.2.3"
Expand Down

0 comments on commit 8d118f5

Please sign in to comment.