diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f14eeb..bc4fbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-alpha.2](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-07-21) + + +### 🐛 Bug Fixes | Bug 修复 + +* **controller:** 修复方法访问级别不足以继承的问题 ([b30c844](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/b30c84488b7f85447bd802df77c9decbf315ed85)) + ## [1.0.0-alpha.1](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2023-07-21) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 96fa45a..a5f7472 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.1 \ No newline at end of file +1.0.0-alpha.2 \ No newline at end of file diff --git a/composer.json b/composer.json index 2d5a5a9..333d87d 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.1" + "version": "1.0.0-alpha.2" }