Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Feb 22, 2024
1 parent bc503cf commit 86a6466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.10.0](https://github.com/flingyp/vadmire-admin/compare/v1.9.0...v1.10.0) (2024-02-22)


### Features

* modify fetchUrl and fetchKey to optional params of DeployReloadOptions ([9bceef4](https://github.com/flingyp/vadmire-admin/commit/9bceef4c463747d90419f9c6dbd3b0904564e41f))

## [1.9.0](https://github.com/flingyp/vadmire-admin/compare/v1.8.0...v1.9.0) (2024-01-24)


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.9.0",
"version": "1.10.0",
"description": "VAdmire Admin 是一款基于 Vue3 + TypeScript + NaiveUI 等技术栈搭建的后台系统",
"scripts": {
"dev": "vite --mode development",
Expand Down

0 comments on commit 86a6466

Please sign in to comment.