Skip to content

Commit 688e177

Browse files
committed
chore(release): bump version to 7.8.4
1 parent 54b1a6b commit 688e177

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/更新日志.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
V7.8.4
2-
更新时间 2026-02-
2+
更新时间 2026-02-16
33

44
* 支持上报群成员名片更新事件 `group_card`
55
* 支持上报消息事件的 `sender.level`

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.8.3","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}
1+
{"name":"llonebot-dist","version":"7.8.4","type":"module","description":"","main":"llbot.js","author":"linyuchen","repository":{"type":"git","url":"https://github.com/LLOneBot/LuckyLilliaBot"}}

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.8.3'
4+
export const version = '7.8.4'
55

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

0 commit comments

Comments
 (0)