From 660678658f89eb57c1852a8d40f0ad2c64e79048 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Thu, 12 Feb 2026 10:12:45 +0800 Subject: [PATCH] release: v0.10.9 --- 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 0810b6707..c974cdc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [0.10.9] - 2026-02-12 + +enforce raw amount standard across miniapp transaction APIs + + + ## [0.10.8] - 2026-02-11 fix docs webapp links and download zip artifacts diff --git a/manifest.json b/manifest.json index 8fc9fdda0..46f297f25 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.10.8", - "change_log": "fix docs webapp links and download zip artifacts", + "version": "0.10.9", + "change_log": "enforce raw amount standard across miniapp transaction APIs", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index ba06b9dc2..1aef1dec6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.10.8", + "version": "0.10.9", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -214,5 +214,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "359fdac1585ad0b4b16ed2181665d783c48d977a" + "lastChangelogCommit": "c0211ee86397a7d8ccd075417aba27b297b14d59" }