diff --git a/CHANGELOG.md b/CHANGELOG.md index e23f5c7..8c46d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v2.1.0 + +[compare changes](https://github.com/yisibell/vue3-admin-starter/compare/v2.0.1...v2.1.0) + +### 🚀 Enhancements + +- Update dashboard ([455c482](https://github.com/yisibell/vue3-admin-starter/commit/455c482)) +- Update resource management ([3c7a746](https://github.com/yisibell/vue3-admin-starter/commit/3c7a746)) + +### ❤️ Contributors + +- Wenqing + ## v2.0.1 [compare changes](https://github.com/yisibell/vue3-admin-starter/compare/v2.0.0...v2.0.1) diff --git a/package.json b/package.json index 41a0715..27e7c40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-admin-starter", - "version": "2.0.1", + "version": "2.1.0", "description": "A vue admin template powered by vite + typescript + vue3 + vue-router + pinia + element-plus + axios.", "author": { "name": "elenh",