diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a0cc9..401339d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [1.13.1](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.13.0...v1.13.1) (2025-12-24) + + +### 🐛 Bug Fixes | Bug 修复 + +* **ProductRepo:** 将isset检查改为!empty检查以确保数据有效性 ([7ade038](http://124.126.16.154:8888/singularity/hdk-pay/commit/7ade038f0fb1c6a857428d75667ccb2289d392fd)) + ## [1.13.0](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.12.4...v1.13.0) (2025-12-02) diff --git a/composer.json b/composer.json index ea1dba7..026f9f1 100755 --- a/composer.json +++ b/composer.json @@ -69,5 +69,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.13.0" + "version": "1.13.1" }