diff --git a/CHANGELOG.md b/CHANGELOG.md index 19142c0..82d1c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +### [0.2.16](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.15...v0.2.16) (2023-04-25) + + +### 🐛 Bug Fixes | Bug 修复 + +* **extend:** 修复未传入 extends 不存在缺省值的问题 ([77f3141](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/77f3141c56a09905e0c357c1b183c1c8831c9acd)) + + +### ✨ Features | 新功能 + +* **handler:** 补全了各种错误的状态码 ([0247dd4](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/0247dd415c2a62c21b5a6fbb15ab1e6ce3d1a316)) + ### [0.2.15](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.14...v0.2.15) (2023-04-13) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 797eef9..d84abc1 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.15 \ No newline at end of file +0.2.16 \ No newline at end of file diff --git a/composer.json b/composer.json index 27b6a2e..6a8325f 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.2.15" + "version": "0.2.16" }