Skip to content

Commit d77c879

Browse files
committed
fix: bump version to 5.2.2 and update changelog with recent changes
1 parent d355ba7 commit d77c879

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

doc/更新日志.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
V5.2.2
2+
更新时间 2025-6-24 23:51:18
3+
4+
支持 36580
5+
修复 webui 没有监听 127.0.0.1
6+
7+
=================
18
V5.2.1
29
更新时间 2025-6-21 20:18:55
310

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot","version":"5.2.1","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"5.2.2","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,6 +1,6 @@
11
import fs from 'fs'
22

3-
export const version = '5.2.1'
3+
export const version = '5.2.2'
44

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

0 commit comments

Comments
 (0)