From aac18b79dd6928e2d51802a9a23b6922547ef397 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Sun, 1 Mar 2026 12:38:47 +0800 Subject: [PATCH] release: v1.0.18 --- 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 4136bb1ca..6c901795a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [1.0.18] - 2026-03-01 + +fix teleport ratio direction + + + ## [1.0.17] - 2026-03-01 fix teleport ratio direction and release workflow diff --git a/manifest.json b/manifest.json index 3c1ac9bdd..3f1ab244c 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "1.0.17", - "change_log": "fix teleport ratio direction and release workflow", + "version": "1.0.18", + "change_log": "fix teleport ratio direction", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index 0d740f565..c323cd374 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "1.0.17", + "version": "1.0.18", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -218,5 +218,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "0751629d64937d49843b64d138d06809d8c645ea" + "lastChangelogCommit": "ec85b6ef9ebaffb53ba0184043461190196a889b" }