From f9436083c1899414dae4cf9a2fe77640f6cf03e9 Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Wed, 1 Mar 2023 10:46:09 +0800 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2177bb2..a77538d 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. +# [0.2.0](/compare/v0.1.2...v0.2.0) (2023-03-01) + + +### ✨ Features + +* **custom**: 测试1.0版本 8e656d5 + + + ## [0.1.2](/compare/v0.1.1...v0.1.2) (2023-03-01) diff --git a/package.json b/package.json index c63e16d..95babbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "0.1.2", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",