From a59d9790760833c4b9b97fe241547937c859fb36 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 14:41:12 +0800 Subject: [PATCH] chore(release): 1.8.2 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb4100..59b6fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [1.8.2](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.8.1...v1.8.2) (2025-09-17) + + +### 🐛 Bug Fixes | Bug 修复 + +* **ProductRepo:** 修复产品仓库中的数组为空的处理逻辑 ([686d835](http://124.126.16.154:8888/singularity/hdk-pay/commit/686d835a9130d60768eef37a3c9a67c6526cb418)) + ### [1.8.1](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.8.0...v1.8.1) (2025-09-05) diff --git a/composer.json b/composer.json index c0e261f..9922cab 100755 --- a/composer.json +++ b/composer.json @@ -70,5 +70,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.8.1" + "version": "1.8.2" }