Skip to content

Commit 1dfb37c

Browse files
committed
doc: update history
1 parent f552a4c commit 1dfb37c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

doc/更新日志.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
V5.5.2
2+
更新时间 2025-7-23 14:04:33
3+
4+
* 修复 `get_stranger_info` API 无法获取部分用户等级的问题
5+
6+
=================
17
V5.5.1
28
更新时间 2025-7-21 21:19:47
39

package-dist.json

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

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

0 commit comments

Comments
 (0)