diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b1185eb..4f4382b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [1.0.16] - 2026-03-01 + +fix teleport ratio semantics display + + + ## [1.0.15] - 2026-02-28 fix miniapp alias balance handling diff --git a/manifest.json b/manifest.json index f73e59391..ae9741e12 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "1.0.15", - "change_log": "fix miniapp alias balance handling", + "version": "1.0.16", + "change_log": "fix teleport ratio semantics display", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index 97bd3d563..af00ccedf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "1.0.15", + "version": "1.0.16", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -218,5 +218,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "82e3aea9ca4e65f7e706b8f396670dd105b40f2a" + "lastChangelogCommit": "1c2d873aa1b34fdd4efb32218fcb9007169858b9" }