Skip to content

Commit 3c2c77b

Browse files
committed
chore: v6.6.5
1 parent d75887f commit 3c2c77b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

doc/更新日志.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
V6.6.5
2+
更新时间 2025-11-18
3+
4+
* 修复一些 bug
5+
6+
=================
17
V6.6.4
28
更新时间 2025-11-17
39

package-dist.json

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

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

0 commit comments

Comments
 (0)