diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a392f02..060bc871f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [0.6.5] - 2026-01-29 + +biobridge decimals loading fix + + + ## [0.6.4] - 2026-01-29 biobridge decimals loading fix diff --git a/manifest.json b/manifest.json index 0149bc16a..2dbb9f894 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ "author": [ "@bfmeta.info" ], - "version": "0.6.4", + "version": "0.6.5", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index f8ee97959..621e253d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.6.4", + "version": "0.6.5", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -212,5 +212,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "5b967d85ecb32f577ff00747c7811b50c0f04aa0" + "lastChangelogCommit": "484f339540e608978e7483f4e27e6f4159f1ba81" }