diff --git a/CHANGELOG.md b/CHANGELOG.md index e0bd99c..4aa6fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [1.0.0-beta.1](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-12-15) + + +### 🐛 Bug Fixes | Bug 修复 + +* **bin:** 更新了迁移脚本的目录 ([da51879](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/da518799b3b4301302217af1faa452adbcacf02b)) + ## [1.0.0-beta.0](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.19...v1.0.0-beta.0) (2023-12-15) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 42e8a3e..ebb5fbf 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.0 \ No newline at end of file +1.0.0-beta.1 \ No newline at end of file diff --git a/composer.json b/composer.json index 22a77ab..7641fd0 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.0" + "version": "1.0.0-beta.1" }