diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea651037..7609936ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [0.10.0] - 2026-02-08 + +Fix ecosystem tab swipe-up stack view; tweak beta app name tint + + + ## [0.9.0] - 2026-02-08 perf: move monochrome mask generation to web worker diff --git a/manifest.json b/manifest.json index 863b1157b..8e543ce81 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.9.0", - "change_log": "perf: move monochrome mask generation to web worker", + "version": "0.10.0", + "change_log": "Fix ecosystem tab swipe-up stack view; tweak beta app name tint", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index 33f696553..c95d013b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.9.0", + "version": "0.10.0", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -214,5 +214,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "baf177a90409f41b9c2288fc5747c708505bdb7c" + "lastChangelogCommit": "ba013dc2c1708d9fe64dd3fbe29382e995c0713a" }