Skip to content

Commit 0156440

Browse files
authored
Merge pull request #482 from BioforestChain/release/v1.0.11
release: v1.0.11
2 parents eca375a + eb9664e commit 0156440

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.11] - 2026-02-26
4+
5+
fix: biobridge external account now always uses keyapp bio_selectAccount
6+
7+
<!-- last-commit: eca375a78cf252376c315d1fa6776fde7ceaeb55 -->
8+
39
## [1.0.10] - 2026-02-25
410

511
fix miniapp bridge decimals loading and EVM signed payload handling

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.10",
22-
"change_log": "fix miniapp bridge decimals loading and EVM signed payload handling",
21+
"version": "1.0.11",
22+
"change_log": "fix: biobridge external account now always uses keyapp bio_selectAccount",
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.10",
4+
"version": "1.0.11",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -218,5 +218,5 @@
218218
"packages/*",
219219
"miniapps/*"
220220
],
221-
"lastChangelogCommit": "5013dfb699cd80814914020bc859d2f886a46b98"
221+
"lastChangelogCommit": "eca375a78cf252376c315d1fa6776fde7ceaeb55"
222222
}

0 commit comments

Comments
 (0)