Skip to content

Commit e9b03df

Browse files
committed
chore: bump version to 7.1.2 and update changelog
1 parent 92b9d80 commit e9b03df

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+
V7.1.2
2+
更新时间 2025-12-14
3+
4+
* 修复管理员变动事件引发程序崩溃
5+
6+
=================
17
V7.1.1
28
更新时间 2025-12-14
39

package-dist.json

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

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

0 commit comments

Comments
 (0)