Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## [1.0.19] - 2026-03-01

修复传送门比例语义回退,与后端配置一致

<!-- last-commit: 13f8d3a750f7fb426e2410e47db8c516f20a90df -->

## [1.0.18] - 2026-03-01

fix teleport ratio direction
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"author": [
"@bfmeta.info"
],
"version": "1.0.18",
"change_log": "fix teleport ratio direction",
"version": "1.0.19",
"change_log": "修复传送门比例语义回退,与后端配置一致",
"categories": [
"application",
"wallet"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biochain/keyapp",
"private": true,
"version": "1.0.18",
"version": "1.0.19",
"type": "module",
"packageManager": "pnpm@10.28.0",
"scripts": {
Expand Down Expand Up @@ -218,5 +218,5 @@
"packages/*",
"miniapps/*"
],
"lastChangelogCommit": "ec85b6ef9ebaffb53ba0184043461190196a889b"
"lastChangelogCommit": "13f8d3a750f7fb426e2410e47db8c516f20a90df"
}