From 64f936ab36797ee5675dc31ac012e48405d7d2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Thu, 28 Sep 2023 06:59:13 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.6 --- CHANGELOG.md | 8 ++++++++ VERSION_TRACKER.txt | 2 +- composer.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd18540..f3a9436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # 版本更新日志 +## [1.0.0-alpha.6](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-09-28) + + +### 🐛 Bug Fixes | Bug 修复 + +* **i18n:** 修复了无法正确无视大小写导致无法识别的问题 ([cff919a](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/cff919a21e6d50e396a0d5ceaeefbe3b7c0e3095)) +* **rest:** 修复没有返回值的问题 ([2afc3ad](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/2afc3ad45b97e3df97827efdd9d16d6dedb3238a)) + ## [1.0.0-alpha.5](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2023-09-26) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index e8e05ea..9709b55 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.5 \ No newline at end of file +1.0.0-alpha.6 \ No newline at end of file diff --git a/composer.json b/composer.json index 1f48cf6..812865a 100755 --- a/composer.json +++ b/composer.json @@ -116,5 +116,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.5" + "version": "1.0.0-alpha.6" }