Skip to content

Commit 8003b85

Browse files
committed
chore: bump version
1 parent bf10941 commit 8003b85

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

doc/更新日志.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
V6.5.5
2+
更新时间 2025-10-31
3+
4+
* 修复 `get_group_member_list` API 获取群成员列表可能不完整
5+
* 修复 `get_group_member_info` API 获取群成员 QQ 等级可能为 0
6+
* 修复 `move_group_file` API 移动群文件时报错
7+
* `upload_private_file` API 上传私聊文件返回 `file_id`
8+
=================
19
V6.5.4
210
更新时间 2025-10-25
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.4","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"6.5.5","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.4'
4+
export const version = '6.5.5'
55

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

0 commit comments

Comments
 (0)