diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4382b3e..4136bb1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [1.0.17] - 2026-03-01 + +fix teleport ratio direction and release workflow + + + ## [1.0.16] - 2026-03-01 fix teleport ratio semantics display diff --git a/manifest.json b/manifest.json index ae9741e12..3c1ac9bdd 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "1.0.16", - "change_log": "fix teleport ratio semantics display", + "version": "1.0.17", + "change_log": "fix teleport ratio direction and release workflow", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index af00ccedf..0d740f565 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "1.0.16", + "version": "1.0.17", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -218,5 +218,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "1c2d873aa1b34fdd4efb32218fcb9007169858b9" + "lastChangelogCommit": "0751629d64937d49843b64d138d06809d8c645ea" }