From d20bcf7e5b27da9c714ccdad7b444709dc37e0aa Mon Sep 17 00:00:00 2001 From: master1lan Date: Sun, 9 Apr 2023 18:59:26 +0800 Subject: [PATCH] chore(release): 1.4.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a432a..9d57aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 1.4.4 (2023-04-09) + + +### 🎫 Chores + +* **custom**: 打包规则更新 ([01a5117](https://vlink.dev/EOEFANS/eoefans-web/commits/01a5117)) + + + ## 1.4.3 (2023-04-09) diff --git a/package.json b/package.json index 7a0e7bf..4b0cfd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "1.4.3", + "version": "1.4.4", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",