From ed2a3eaaf010e9988b45e33d23e63575fb8389a7 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Mon, 21 Feb 2022 20:25:30 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3804a..dfd93a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.0.2](https://github.com/kailong321200875/vue-element-plus-admin/compare/v1.0.1...v1.0.2) (2022-02-21) + +### Build System + +- Add conventional-github-releaser plugin ([3cd5c71](https://github.com/kailong321200875/vue-element-plus-admin/commit/3cd5c71899dde3ac3910aef0180d8b39fad51f1b)) + ### [1.0.1](https://github.com/kailong321200875/vue-element-plus-admin/compare/v1.0.0...v1.0.1) (2022-02-21) ## 1.0.0 (2022-02-21) diff --git a/package.json b/package.json index 6e97c29..145c81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-element-plus-admin", - "version": "1.0.1", + "version": "1.0.2", "description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案", "author": "Archer <502431556@qq.com>", "private": false,