diff --git a/CHANGELOG.md b/CHANGELOG.md index 7609936ee..eccffe2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [0.10.1] - 2026-02-08 + +Fix miniapp transfer tx object + FIFO sheets + + + ## [0.10.0] - 2026-02-08 Fix ecosystem tab swipe-up stack view; tweak beta app name tint diff --git a/manifest.json b/manifest.json index 8e543ce81..c2353412f 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.10.0", - "change_log": "Fix ecosystem tab swipe-up stack view; tweak beta app name tint", + "version": "0.10.1", + "change_log": "Fix miniapp transfer tx object + FIFO sheets", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index c95d013b0..5a3e457dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.10.0", + "version": "0.10.1", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -214,5 +214,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "ba013dc2c1708d9fe64dd3fbe29382e995c0713a" + "lastChangelogCommit": "666f7eb19a259e8677c0b04945d4d6843ca7290b" }