Skip to content

Commit c0982ad

Browse files
authored
release: v1.0.18 (#496)
1 parent ec85b6e commit c0982ad

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 更新日志
22

3+
## [1.0.18] - 2026-03-01
4+
5+
fix teleport ratio direction
6+
7+
<!-- last-commit: ec85b6ef9ebaffb53ba0184043461190196a889b -->
8+
39
## [1.0.17] - 2026-03-01
410

511
fix teleport ratio direction and release workflow

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"author": [
1919
"@bfmeta.info"
2020
],
21-
"version": "1.0.17",
22-
"change_log": "fix teleport ratio direction and release workflow",
21+
"version": "1.0.18",
22+
"change_log": "fix teleport ratio direction",
2323
"categories": [
2424
"application",
2525
"wallet"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@biochain/keyapp",
33
"private": true,
4-
"version": "1.0.17",
4+
"version": "1.0.18",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -218,5 +218,5 @@
218218
"packages/*",
219219
"miniapps/*"
220220
],
221-
"lastChangelogCommit": "0751629d64937d49843b64d138d06809d8c645ea"
221+
"lastChangelogCommit": "ec85b6ef9ebaffb53ba0184043461190196a889b"
222222
}

0 commit comments

Comments
 (0)