diff --git a/CHANGELOG.md b/CHANGELOG.md index 8defc89..0fab2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # 版本更新日志 +## [1.0.0-alpha.9](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-10-13) + + +### 📦‍ Build System | 打包构建 + +* **composer:** 更新依赖 ([e9927fa](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/e9927fafb1630e759d3a55c0143b48db91ffdcae)) +* **config:** 更新了默认的发件邮箱 ([359b13e](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/359b13e71803c87854ec6e54b119cb3bbd65ef3f)) + ## [1.0.0-alpha.8](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-10-08) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 27884f0..d54e853 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.8 \ No newline at end of file +1.0.0-alpha.9 \ No newline at end of file diff --git a/composer.json b/composer.json index 9052101..12578d9 100755 --- a/composer.json +++ b/composer.json @@ -116,5 +116,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.8" + "version": "1.0.0-alpha.9" }