Skip to content

Commit 37f6552

Browse files
committed
chore: bump version
1 parent 069ef76 commit 37f6552

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

doc/更新日志.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
V6.0.2
2+
更新时间 2025-9-21
3+
4+
* 修复 Windows 上没有正确识别文档目录和下载目录
5+
* 修复 getUserSimpleInfo timeout
6+
* 修复没有启用 Satori 协议时并没有完全禁用 Satori
7+
8+
=================
9+
110
V6.0.1
211
更新时间 2025-9-20
312

package-dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"llonebot","version":"6.0.1","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"6.0.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,7 +1,7 @@
11
import fs from 'fs'
22
import packageJson from '../package-dist.json'
33

4-
export const version = '6.0.1'
4+
export const version = '6.0.2'
55

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

0 commit comments

Comments
 (0)