Skip to content

Commit f5a3f0b

Browse files
authored
release: v1.0.4 (#470)
1 parent cc1c2de commit f5a3f0b

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [1.0.4] - 2026-02-17
4+
5+
修复 Tron 广播链路、BigInt 序列化与转账错误提示
6+
7+
<!-- last-commit: cc1c2de8c902e8962e7676296029248bac223670 -->
8+
39
## [1.0.3] - 2026-02-16
410

511
build: add JS/CSS Chrome114 compatibility reports

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"author": [
1919
"@bfmeta.info"
2020
],
21-
"version": "1.0.3",
22-
"change_log": "build: add JS/CSS Chrome114 compatibility reports",
21+
"version": "1.0.4",
22+
"change_log": "修复 Tron 广播链路、BigInt 序列化与转账错误提示",
2323
"categories": [
2424
"application",
2525
"wallet"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@biochain/keyapp",
33
"private": true,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -218,5 +218,5 @@
218218
"packages/*",
219219
"miniapps/*"
220220
],
221-
"lastChangelogCommit": "f46c990b4fa65123d68444315d241c092167ff6f"
221+
"lastChangelogCommit": "cc1c2de8c902e8962e7676296029248bac223670"
222222
}

0 commit comments

Comments
 (0)