diff --git a/CHANGELOG.md b/CHANGELOG.md index af243c2..e694097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-beta.13](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2025-08-08) + + +### 🐛 Bug Fixes | Bug 修复 + +* **CoreMiddleware:** 修复分页头部信息设置错误 ([15da6e6](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/15da6e67702cdd7d31b55ab58ba9cbbb1a698157)) + ## [1.0.0-beta.12](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2025-08-08) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index e521dc4..dd5d5f2 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.12 \ No newline at end of file +1.0.0-beta.13 \ No newline at end of file diff --git a/composer.json b/composer.json index 2d536a6..1a710b4 100755 --- a/composer.json +++ b/composer.json @@ -136,5 +136,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.12" + "version": "1.0.0-beta.13" }