diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edfe35..7b24d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ # 版本更新日志 +## [1.0.0-alpha.18](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2023-12-14) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 清理 composer 配置 ([08d00a7](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/08d00a785f3be1846333777edae94e0ae237c8a2)) + + +### ♻️ Code Refactoring | 代码重构 + +* 迁移到 hyperf3.1 的写法 ([97131d2](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/97131d224cfb601ba075ff1af1c4ca333680b459)) + + +### ✨ Features | 新功能 + +* **bin:** 增加了迁移到最新版本的脚本 ([7d6dc7f](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/7d6dc7fe9f9bc637755768852518420e98176d56)) + ## [1.0.0-alpha.17](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2023-12-14) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 7b33d13..1ff6b4a 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.17 \ No newline at end of file +1.0.0-alpha.18 \ No newline at end of file diff --git a/composer.json b/composer.json index b6910ee..a6aa8eb 100755 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.17" + "version": "1.0.0-alpha.18" }