From 260f39a2fd817c047d5ecb037cf81967a7744e62 Mon Sep 17 00:00:00 2001 From: streakingman Date: Tue, 31 May 2022 00:07:18 +0800 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a11f8..f081f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/StreakingMan/vue3-resume-editor/compare/v0.0.2...v0.0.3) (2022-05-30) + + +### Bug Fixes + +* v-menu交互配置 ([2399b95](https://github.com/StreakingMan/vue3-resume-editor/commit/2399b95740d9f98c209b97a14619a7220ef8ab2d)) + ### [0.0.2](https://github.com/StreakingMan/vue3-resume-editor/compare/v0.0.1...v0.0.2) (2022-05-21) diff --git a/package.json b/package.json index 4fef12b..f67b943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-resume-editor", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "serve": "vite preview", "build": "vite build",