From 4d8a91889840f762c4bb397c4b944727c62870d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 15 Dec 2023 08:00:49 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.0 --- CHANGELOG.md | 12 ++++++++++++ VERSION_TRACKER.txt | 2 +- composer.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a3b9b..e0bd99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +## [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) + + +### 🐛 Bug Fixes | Bug 修复 + +* **bin:** 更新了迁移脚本的目录 ([01aa833](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/01aa8335371fce4f7663eb1c16e4ef7f108e2bc5)) + + +### 📦‍ Build System | 打包构建 + +* **release:** 将版本号改为 beta ([cfbb770](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/cfbb770559e748c77d52e7d913398b1d2a1d8edd)) + ## [1.0.0-alpha.19](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2023-12-15) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index f09d605..42e8a3e 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.19 \ No newline at end of file +1.0.0-beta.0 \ No newline at end of file diff --git a/composer.json b/composer.json index ca576d9..22a77ab 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.19" + "version": "1.0.0-beta.0" }