From 7feefdd69ac9db5d3347bb6f4626f9c9574631a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=AF=E9=BE=99?= <502431556@qq.com> Date: Mon, 21 Feb 2022 16:23:46 +0800 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..c3d2c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +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.1](https://github.com/kailong321200875/vue-element-plus-admin/compare/v1.1.0...v1.0.1) (2022-02-21) + +### Build System + +- Add standard-version plugin ([110ce25](https://github.com/kailong321200875/vue-element-plus-admin/commit/110ce257841648e29b247a0338624a188694b6e9)) diff --git a/package.json b/package.json index 7a06baf..01f408e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-plus-admin", - "version": "1.1.0", + "version": "1.0.1", "description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案", "author": "Archer <502431556@qq.com>", "private": false,