Skip to content

Commit 13755f7

Browse files
authored
Merge pull request #445 from BioforestChain/release/v0.10.10
release: v0.10.10
2 parents 64f9920 + eea6512 commit 13755f7

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+
## [0.10.10] - 2026-02-13
4+
5+
修复小程序订阅源错误态展示并同步 om-hub 配置
6+
7+
<!-- last-commit: 64f9920160469c74b6faef5f81a552384947697f -->
8+
39
## [0.10.9] - 2026-02-12
410

511
enforce raw amount standard across miniapp transaction APIs

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": "0.10.9",
22-
"change_log": "enforce raw amount standard across miniapp transaction APIs",
21+
"version": "0.10.10",
22+
"change_log": "修复小程序订阅源错误态展示并同步 om-hub 配置",
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": "0.10.9",
4+
"version": "0.10.10",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -214,5 +214,5 @@
214214
"packages/*",
215215
"miniapps/*"
216216
],
217-
"lastChangelogCommit": "c0211ee86397a7d8ccd075417aba27b297b14d59"
217+
"lastChangelogCommit": "64f9920160469c74b6faef5f81a552384947697f"
218218
}

0 commit comments

Comments
 (0)