Skip to content

Commit d70c39c

Browse files
committed
chore: bump version
1 parent 1126381 commit d70c39c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

doc/更新日志.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
V6.5.4
2+
更新时间 2025-10-25
3+
4+
* 修复 `get_forward_msg` API 可能报错
5+
* 修复无法获取用户在私聊中嵌套2层后发到群里的聊天记录 #639
6+
* `get_friend_list` API 删除如下字段:
7+
`longNick`, `level`, `eMail`, `uid`, `categoryId`, `richTime`
8+
=================
19
V6.5.3
210
更新时间 2025-10-24
311

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot","version":"6.5.3","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"6.5.4","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 = '6.5.3'
4+
export const version = '6.5.4'
55

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

0 commit comments

Comments
 (0)