diff --git a/CHANGELOG.md b/CHANGELOG.md index 1321f4379..0810b6707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## [0.10.8] - 2026-02-11 + +fix docs webapp links and download zip artifacts + + + ## [0.10.7] - 2026-02-11 fix github-pages base path for download assets diff --git a/manifest.json b/manifest.json index e1e44bbe1..8fc9fdda0 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.10.7", - "change_log": "fix github-pages base path for download assets", + "version": "0.10.8", + "change_log": "fix docs webapp links and download zip artifacts", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index a9886ac0f..ba06b9dc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.10.7", + "version": "0.10.8", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": { @@ -214,5 +214,5 @@ "packages/*", "miniapps/*" ], - "lastChangelogCommit": "4c63371aad706011c1180856f11f23ab791ab32a" + "lastChangelogCommit": "359fdac1585ad0b4b16ed2181665d783c48d977a" }