From 5fcde26b89dc9ffad50bd1584f0498ec2b1ed9b1 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Tue, 10 Feb 2026 16:33:11 +0800 Subject: [PATCH] release: v0.10.4 --- CHANGELOG.md | 6 ++++++ manifest.json | 4 ++-- package.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1b4415d..2a7df6039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [0.10.4] - 2026-02-10 + +功能更新和优化 + + + ## [0.10.3] - 2026-02-09 fix miniapp transfer fifo timeout fallback and payload compatibility diff --git a/manifest.json b/manifest.json index 52fa0310d..4f5f2daf4 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/package.json b/package.json index f7ec1cb38..a390e87ec 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -214,5 +214,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "26b1803deff1d62b45c679f8ffb423695ee9e23f" + "lastChangelogCommit": "5b45b9968abb6ec26ba6349f81bdc53ce5d329f8" }