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.4] - 2026-02-10

功能更新和优化

<!-- last-commit: 5b45b9968abb6ec26ba6349f81bdc53ce5d329f8 -->

## [0.10.3] - 2026-02-09

fix miniapp transfer fifo timeout fallback and payload compatibility
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.3",
"change_log": "fix miniapp transfer fifo timeout fallback and payload compatibility",
"version": "0.10.4",
"change_log": "功能更新和优化",
"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.3",
"version": "0.10.4",
"type": "module",
"packageManager": "pnpm@10.28.0",
"scripts": {
Expand Down Expand Up @@ -214,5 +214,5 @@
"packages/*",
"miniapps/*"
],
"lastChangelogCommit": "26b1803deff1d62b45c679f8ffb423695ee9e23f"
"lastChangelogCommit": "5b45b9968abb6ec26ba6349f81bdc53ce5d329f8"
}