diff --git a/CHANGELOG.md b/CHANGELOG.md index c657517..873041f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.4.1](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.4.0...v0.4.1) (2023-04-18) + + +### 🐛 Bug Fixes | Bug 修复 + +* **scaffold:** 修复级联时菜单显示有误的问题 ([6330f5e](http://124.126.16.154:8888/singularity/hyperf-admin/commit/6330f5e390f432e2541724219a3297cdcea6fb5a)) + ## [0.4.0](http://124.126.16.154:8888/singularity/hyperf-admin/compare/v0.3.2...v0.4.0) (2023-04-07) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 60a2d3e..44bb5d1 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/composer.json b/composer.json index ed11c03..b60d78a 100644 --- a/composer.json +++ b/composer.json @@ -129,5 +129,5 @@ "url": "https://mirrors.cloud.tencent.com/composer/" } }, - "version": "0.4.0" + "version": "0.4.1" }