From 96702c4ab38cf7ae2aa723f205c22363af52f5c3 Mon Sep 17 00:00:00 2001 From: master1lan <278457198@qq.com> Date: Sun, 19 Feb 2023 15:23:30 +0800 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb8c1d9..cc88351 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.0.2](/compare/v0.0.1...v0.0.2) (2023-02-19) + + +### 🎫 Chores + +* **custom**: 添加changelog e06f400 + + + ## 0.0.1 (2023-02-19) diff --git a/package.json b/package.json index 4ebfefd..0fdfe26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eoefans-web", - "version": "0.0.1", + "version": "0.0.2", "type": "module", "scripts": { "dev": "vite --config ./config/vite.dev.config.ts",