From accacf78942380bd1399f471cddce5efd95e7f3c Mon Sep 17 00:00:00 2001 From: YePeng <1213563369@qq.com> Date: Tue, 12 Dec 2023 09:44:41 +0800 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e11c70..94aade7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.8.1](https://github.com/flingyp/vadmire-admin/compare/v1.8.0...v1.8.1) (2023-12-12) + + +### Features + +* add NaiveUIComponent page ([5e21fa2](https://github.com/flingyp/vadmire-admin/commit/5e21fa227c3d82174e837538f51b027bf2a147b7)) + + +### Bug Fixes + +* dealing with code formatter caused error ([3d0d60b](https://github.com/flingyp/vadmire-admin/commit/3d0d60b59f56c43030dbcf4ab68f74c1fbab7d4b)) + ## [1.8.0](https://github.com/flingyp/vadmire-admin/compare/v1.7.0...v1.8.0) (2023-10-30) ### Features diff --git a/package.json b/package.json index 84ba8e7..4294330 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vadmire-admin", "type": "module", "private": true, - "version": "1.8.0", + "version": "1.8.1", "description": "VAdmire Admin 是一款基于 Vue3 + TypeScript + NaiveUI 等技术栈搭建的后台系统", "scripts": { "dev": "vite --mode development",