Skip to content

Commit

Permalink
chore(release): 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Dec 12, 2023
1 parent 3d0d60b commit accacf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit accacf7

Please sign in to comment.