From 4d78e26afa8469fb6627cdc4d4d922c24602dbd0 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Sun, 1 Mar 2026 02:22:36 +0800 Subject: [PATCH] release: v1.0.15 --- 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 2ab8e91cf..93b1185eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [1.0.15] - 2026-02-28 + +fix miniapp alias balance handling + + + ## [1.0.14] - 2026-02-28 fix: enforce genesisBlock magic source in bioforest api diff --git a/manifest.json b/manifest.json index 132fbf4bd..f73e59391 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "1.0.14", - "change_log": "fix: enforce genesisBlock magic source in bioforest api", + "version": "1.0.15", + "change_log": "fix miniapp alias balance handling", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index 2757555b9..97bd3d563 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "1.0.14", + "version": "1.0.15", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -218,5 +218,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "8d8d6b4ac3406f2b25eaa5a8a50f71385679e9ad" + "lastChangelogCommit": "82e3aea9ca4e65f7e706b8f396670dd105b40f2a" }