Skip to content

Commit 6646a7f

Browse files
committed
chore: bump version
1 parent 8555e45 commit 6646a7f

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

doc/更新日志.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
V5.4.2
2-
更新时间
1+
V5.5.0
2+
更新时间 2025-7-20 17:39:39
33

4+
* 支持 37475
5+
* pmhq_config.json 新增配置项
6+
* * debug: 默认 false,开启后会打印收发的 pb,并且 ws 会推送 send 的 pb
7+
* * enable_gui: 默认 true,关闭后不启用 gui,仅 Windows 有效
48
* 新增获取指定词汇推荐的表情 API `get_recommend_face`
59
* 修复 `get_group_member_info` API 返回的 `qq_level` 为 0 的问题
610
* 修复 `get_group_msg_history` API 获取撤回的消息时没有使用缓存的问题

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot","version":"5.4.1","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"5.5.0","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'fs'
22
import packageJson from '../package-dist.json'
33

4-
export const version = '5.4.1'
4+
export const version = '5.5.0'
55

66
export const writeVersion = ()=>{
77
const pkgJsonPath = './package-dist.json'

0 commit comments

Comments
 (0)