Skip to content

Commit c1d23f2

Browse files
committed
chore: bump version to 6.5.7 and update changelog
1 parent d046037 commit c1d23f2

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.7
2+
更新时间 2025-11-04
3+
4+
* 支持 41875
5+
* 修复无头模式扫码无法登录
6+
* 修复已经登录的账号依然在 webui 登录列表
7+
=================
8+
19
V6.5.6
210
更新时间 2025-11-04
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.6","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"6.5.7","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.6'
4+
export const version = '6.5.7'
55

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

0 commit comments

Comments
 (0)