diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abb3bae..dc27ce56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.1.1](https://github.com/zhou-tao/vue-power-admin/compare/v1.1.0...v1.1.1) (2023-06-09) + + +### Bug Fixes + +* :bug: theme switch ([1969fae](https://github.com/zhou-tao/vue-power-admin/commit/1969fae453eb06cd2c5e3533bfa29ad10cda057d)) +* **vite:** :bug: page reloading by optimized dependencies changed ([2eaddbe](https://github.com/zhou-tao/vue-power-admin/commit/2eaddbee7447f421521de54c809d7a4fb5edbffe)) + + +### Features + +* :sparkles: add optimize deps config ([5bd9afe](https://github.com/zhou-tao/vue-power-admin/commit/5bd9afee712c9854694f3008881ef5742e25d134)) + + + # [1.1.0](https://github.com/zhou-tao/vue-power-admin/compare/v1.0.1...v1.1.0) (2023-06-05) diff --git a/package.json b/package.json index 27dd2e06..f291d847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-power-admin", - "version": "1.1.0", + "version": "1.1.1", "scripts": { "dev": "vite", "commit": "git cz",