From bb11a1d8f4eda2a2861679c5618db04a6461a5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Tue, 4 Mar 2025 02:34:32 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.8 --- 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 e3a5c6b..40b3d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # 版本更新日志 +## [1.0.0-beta.8](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2025-03-04) + + +### ✨ Features | 新功能 + +* **email:** 添加邮件附件功能 ([3b3502f](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/3b3502f7634b48c31c3e7689cdcfe1f4b504b968)) + + +### 📦‍ Build System | 打包构建 + +* **composer:** Update Dependencies ([b4dcd01](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/b4dcd01e8d1fcd2c1fa211ef2a54512593500780)) + ## [1.0.0-beta.7](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2025-03-03) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index dc0e66c..ebfa287 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -1.0.0-beta.7 \ No newline at end of file +1.0.0-beta.8 \ No newline at end of file diff --git a/composer.json b/composer.json index a976538..cffb2de 100755 --- a/composer.json +++ b/composer.json @@ -130,5 +130,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "1.0.0-beta.7" + "version": "1.0.0-beta.8" }