Skip to content

Commit 845f018

Browse files
committed
release: v1.2.1
1 parent c39dc0d commit 845f018

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 更新记录
22

3+
## 1.2.1 (2025-05-23)
4+
5+
### 🚀 新功能
6+
7+
- 添加名单校验码。名单被修改后,校验码会发生变化,你可以通过核对校验码来判断名单是否被篡改
8+
39
## 1.2.0 (2025-04-13)
410

511
### 🚀 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"scripts": {
66
"build": "bun run build:web && bun run build:app",

0 commit comments

Comments
 (0)