Skip to content

Commit 59dda81

Browse files
authored
release: v1.0.12 (#484)
1 parent 922b0ce commit 59dda81

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.12] - 2026-02-27
4+
5+
fix: recover correct BSC sender for biobridge recharge signing
6+
7+
<!-- last-commit: 922b0ceeb4fc2865d5f3825a9ea2114c4eac2703 -->
8+
39
## [1.0.11] - 2026-02-26
410

511
fix: biobridge external account now always uses keyapp bio_selectAccount

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.11",
22-
"change_log": "fix: biobridge external account now always uses keyapp bio_selectAccount",
21+
"version": "1.0.12",
22+
"change_log": "fix: recover correct BSC sender for biobridge recharge signing",
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.11",
4+
"version": "1.0.12",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -218,5 +218,5 @@
218218
"packages/*",
219219
"miniapps/*"
220220
],
221-
"lastChangelogCommit": "eca375a78cf252376c315d1fa6776fde7ceaeb55"
221+
"lastChangelogCommit": "922b0ceeb4fc2865d5f3825a9ea2114c4eac2703"
222222
}

0 commit comments

Comments
 (0)