From 8ac850fc62e2d8ae14246915e9cbc899f1d1670a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 17 Sep 2025 20:35:04 +0800 Subject: [PATCH] chore(release): 1.9.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5db0ff..6fafa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [1.9.1](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.9.0...v1.9.1) (2025-09-17) + + +### 🐛 Bug Fixes | Bug 修复 + +* **account:** 修复初始账户命令和测试 ([8f8f7b0](http://124.126.16.154:8888/singularity/hdk-pay/commit/8f8f7b08b03d9b810bb09ce4b1f15a27cbd43e68)) + ## [1.9.0](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.8.2...v1.9.0) (2025-09-17) diff --git a/composer.json b/composer.json index ef6cace..dc64d43 100755 --- a/composer.json +++ b/composer.json @@ -70,5 +70,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.9.0" + "version": "1.9.1" }