diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbe3a6..b5342a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-alpha.13](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2023-10-23) + + +### 👷 Continuous Integration | CI 配置 + +* **GiteaActions:** 现在只会根据 tag确定是否发布 ([43c820c](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/43c820c711f09425a57097e36d01199007e3ed8f)) + ## [1.0.0-alpha.12](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2023-10-23) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 583de79..68ffb97 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.12 \ No newline at end of file +1.0.0-alpha.13 \ No newline at end of file diff --git a/composer.json b/composer.json index 81c8024..465b922 100755 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.12" + "version": "1.0.0-alpha.13" }