diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3767f6ac..6fb9bf76 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.9.1](https://github.com/d2-projects/d2-admin/compare/v1.9.0...v1.9.1) (2020-04-23) + + +### Bug Fixes + +* 修复"增加侧边栏菜单折叠动画效果切换与设置"提交中遗留的问题 ([0e4f61c](https://github.com/d2-projects/d2-admin/commit/0e4f61c05965411e9013dcef0281517fba7a6635)) + # [1.9.0](https://github.com/d2-projects/d2-admin/compare/v1.8.5...v1.9.0) (2020-04-22) diff --git a/package.json b/package.json index fe2c6ff3..e3b3d112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d2-admin", - "version": "1.9.0", + "version": "1.9.1", "scripts": { "serve": "vue-cli-service serve --open", "start": "npm run serve",