From 2128fe289dcf5b3595e862985ec47cc9a69c0c15 Mon Sep 17 00:00:00 2001 From: Gaubee Date: Wed, 4 Feb 2026 21:03:25 +0800 Subject: [PATCH] release: v0.7.6 ## Changes - 9bc83f115 feat(agent): add release workflow command (#384) Co-Authored-By: Claude Opus 4.5 --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 6d4c928c0..c644de58a 100644 --- a/manifest.json +++ b/manifest.json @@ -18,8 +18,8 @@ "author": [ "@bfmeta.info" ], - "version": "0.7.5", - "change_log": "Fix DWEB update check - allow Web version to debug update requests", + "version": "0.7.6", + "change_log": "feat(agent): add release workflow command (#384)", "categories": [ "application", "wallet" diff --git a/package.json b/package.json index ad81a21ef..401aaf985 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biochain/keyapp", "private": true, - "version": "0.7.5", + "version": "0.7.6", "type": "module", "packageManager": "pnpm@10.28.0", "scripts": {