From c02a08ca6beb15c3712c312dae43396d715b6236 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 07:13:15 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.19 --- CHANGELOG.md | 7 +++++++ VERSION_TRACKER.txt | 2 +- composer.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b24d8a..f2a3b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +## [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) + + +### ✨ Features | 新功能 + +* **bin:** 增加了迁移到最新版本的脚本 ([a84b812](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/a84b812dd0577186379e2df19493cb0fcf9b4fd9)) + ## [1.0.0-alpha.18](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2023-12-14) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 1ff6b4a..f09d605 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-alpha.18 \ No newline at end of file +1.0.0-alpha.19 \ No newline at end of file diff --git a/composer.json b/composer.json index 40a187a..ca576d9 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-alpha.18" + "version": "1.0.0-alpha.19" }