diff --git a/CHANGELOG.md b/CHANGELOG.md index e9362af..9152ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-alpha.12](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2023-10-23) + + +### 👷 Continuous Integration | CI 配置 + +* 修复内容为空的问题 ([8cb8f7e](http://124.126.16.154:8888/singularity/hdk-pay/commit/8cb8f7eb9e8d97408a3a71fec75699579b058c09)) + ## [1.0.0-alpha.11](http://124.126.16.154:8888/singularity/hdk-pay/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2023-10-23) diff --git a/composer.json b/composer.json index 4135834..9ee2fbd 100755 --- a/composer.json +++ b/composer.json @@ -62,5 +62,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.11" + "version": "1.0.0-alpha.12" }