From aee67d78fc8a5fe7bc60846ade6a6eeee5ecfa7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Mon, 19 Jun 2023 10:15:18 +0000 Subject: [PATCH] chore(release): 0.2.20 --- 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 3aebff3..ba2601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # 版本更新日志 +### [0.2.20](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.19...v0.2.20) (2023-06-19) + + +### ✨ Features | 新功能 + +* **handler:** 增加了 restful 的支持 ([8974ee5](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/commit/8974ee595b3411bac086c3046eb24ba44087ecc7)) + ### [0.2.19](http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore/compare/v0.2.18...v0.2.19) (2023-06-02) diff --git a/VERSION_TRACKER.txt b/VERSION_TRACKER.txt index 57621a5..b4aae65 100644 --- a/VERSION_TRACKER.txt +++ b/VERSION_TRACKER.txt @@ -1 +1 @@ -0.2.19 \ No newline at end of file +0.2.20 \ No newline at end of file diff --git a/composer.json b/composer.json index 7151d4b..baaa95e 100755 --- a/composer.json +++ b/composer.json @@ -111,5 +111,5 @@ "url": "https://mirrors.aliyun.com/composer/" } }, - "version": "0.2.19" + "version": "0.2.20" }