Skip to content

Commit 7439040

Browse files
authored
Merge pull request #489 from BioforestChain/release/v1.0.14
release: v1.0.14
2 parents 8d8d6b4 + 3e8808f commit 7439040

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.14] - 2026-02-28
4+
5+
fix: enforce genesisBlock magic source in bioforest api
6+
7+
<!-- last-commit: 8d8d6b4ac3406f2b25eaa5a8a50f71385679e9ad -->
8+
39
## [1.0.13] - 2026-02-28
410

511
fix CI fallback gating and stabilize miniapp test setup in CI

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.13",
22-
"change_log": "fix CI fallback gating and stabilize miniapp test setup in CI",
21+
"version": "1.0.14",
22+
"change_log": "fix: enforce genesisBlock magic source in bioforest api",
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.13",
4+
"version": "1.0.14",
55
"type": "module",
66
"packageManager": "pnpm@10.28.0",
77
"scripts": {
@@ -218,5 +218,5 @@
218218
"packages/*",
219219
"miniapps/*"
220220
],
221-
"lastChangelogCommit": "92eb85244abc099c81b77bbbe45add7896787896"
221+
"lastChangelogCommit": "8d8d6b4ac3406f2b25eaa5a8a50f71385679e9ad"
222222
}

0 commit comments

Comments
 (0)