Skip to content

Commit eb2985e

Browse files
committed
doc: update history
1 parent b8a32d8 commit eb2985e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

doc/更新日志.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
V6.6.2
2+
更新时间 2025-11-17
3+
4+
* 修复表情回应 出现 Cannot read properties of null (reading 'msgContent') 导致程序崩溃
5+
* 修复 UNIQUE constraint failed: message.shortId
6+
7+
=================
18
V6.6.1
29
更新时间 2025-11-16
310

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.1","type":"module","description":"","main":"llonebot.js","author":"linyuchen"}
1+
{"name":"llonebot","version":"6.6.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.6.1'
4+
export const version = '6.6.2'
55

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

0 commit comments

Comments
 (0)