Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## [0.10.5] - 2026-02-10

修复 RwaHub 运行时解析与源覆盖逻辑

<!-- last-commit: 12c5a616baf7256f689aa29c3eb3e8ba56f112d5 -->

## [0.10.4] - 2026-02-10

功能更新和优化
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": [
"@bfmeta.info"
],
"version": "0.10.4",
"change_log": "功能更新和优化",
"version": "0.10.5",
"change_log": "修复 RwaHub 运行时解析与源覆盖逻辑",
"categories": [
"application",
"wallet"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biochain/keyapp",
"private": true,
"version": "0.10.4",
"version": "0.10.5",
"type": "module",
"packageManager": "pnpm@10.28.0",
"scripts": {
Expand Down Expand Up @@ -214,5 +214,5 @@
"packages/*",
"miniapps/*"
],
"lastChangelogCommit": "5b45b9968abb6ec26ba6349f81bdc53ce5d329f8"
"lastChangelogCommit": "12c5a616baf7256f689aa29c3eb3e8ba56f112d5"
}
Loading