diff --git a/CHANGELOG.md b/CHANGELOG.md index 2381b09..fc6fb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-alpha.4](http://124.126.16.154:8888/singularity/hdk-auth/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2023-10-23) + + +### 👷 Continuous Integration | CI 配置 + +* 修复内容为空的问题 ([fbb9164](http://124.126.16.154:8888/singularity/hdk-auth/commit/fbb91642214a6d474146f0fbd3d374b6671f6892)) + ## [1.0.0-alpha.3](http://124.126.16.154:8888/singularity/hdk-auth/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-10-23) ## [1.0.0-alpha.2](http://124.126.16.154:8888/singularity/hdk-auth/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-10-23) diff --git a/composer.json b/composer.json index 0e28315..c71bf8c 100755 --- a/composer.json +++ b/composer.json @@ -55,5 +55,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.3" + "version": "1.0.0-alpha.4" }