Skip to content

Commit 9c1cfcf

Browse files
committed
release: v0.10.5
1 parent 12c5a61 commit 9c1cfcf

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+
## [0.10.5] - 2026-02-10
4+
5+
修复 RwaHub 运行时解析与源覆盖逻辑
6+
7+
<!-- last-commit: 12c5a616baf7256f689aa29c3eb3e8ba56f112d5 -->
8+
39
## [0.10.4] - 2026-02-10
410

511
功能更新和优化

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": "0.10.4",
22-
"change_log": "功能更新和优化",
21+
"version": "0.10.5",
22+
"change_log": "修复 RwaHub 运行时解析与源覆盖逻辑",
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": "0.10.4",
4+
"version": "0.10.5",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -214,5 +214,5 @@
214214
"packages/*",
215215
"miniapps/*"
216216
],
217-
"lastChangelogCommit": "5b45b9968abb6ec26ba6349f81bdc53ce5d329f8"
217+
"lastChangelogCommit": "12c5a616baf7256f689aa29c3eb3e8ba56f112d5"
218218
}

0 commit comments

Comments
 (0)