Skip to content

Commit 19cdb38

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2020-04-18) ### Bug Fixes * mock 适配多页 ([a384bae](a384bae)) * 修复 VueFilenameInjector 配置 ([e5a077c](e5a077c)) * 修复多页面 cdn 引用 ([0be4630](0be4630)) * **plugin/axios:** axios.interceptors.request error miss return ([a90079d](a90079d)) ### Features * scss public ([7f00053](7f00053)) * ueditor ([7be7f98](7be7f98)) * 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](af5dc86)) ### Performance Improvements * 增加 cdn 依赖 ([9f8b8c7](9f8b8c7)) * 增加 cdn 依赖 ([3e5713c](3e5713c))
1 parent 5c1e78e commit 19cdb38

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18)
7+
8+
9+
### Bug Fixes
10+
11+
* mock 适配多页 ([a384bae](https://github.com/d2-projects/d2-admin/commit/a384baea5773479f81cf4567da661238bdea7c25))
12+
* 修复 VueFilenameInjector 配置 ([e5a077c](https://github.com/d2-projects/d2-admin/commit/e5a077ce98c3612ed31f0135da77498b266644e5))
13+
* 修复多页面 cdn 引用 ([0be4630](https://github.com/d2-projects/d2-admin/commit/0be46301ab3befea272d0c258c3ab67da48f65b6))
14+
* **plugin/axios:** axios.interceptors.request error miss return ([a90079d](https://github.com/d2-projects/d2-admin/commit/a90079d6d9a57d0c4f1bfe337b6f2acd2ea5ce98))
15+
16+
17+
### Features
18+
19+
* scss public ([7f00053](https://github.com/d2-projects/d2-admin/commit/7f00053b34e280b471a9aaefbe2ddc5265d44e90))
20+
* ueditor ([7be7f98](https://github.com/d2-projects/d2-admin/commit/7be7f98586626131764f30dac6cdeeac7a23b769))
21+
* 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](https://github.com/d2-projects/d2-admin/commit/af5dc868062e1076f41740319d4280e790fc1760))
22+
23+
24+
### Performance Improvements
25+
26+
* 增加 cdn 依赖 ([9f8b8c7](https://github.com/d2-projects/d2-admin/commit/9f8b8c76721cd28f948330b9fe7a848f1b7d86c3))
27+
* 增加 cdn 依赖 ([3e5713c](https://github.com/d2-projects/d2-admin/commit/3e5713c516e1d4876f9fd36119171b9992dfff70))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d2-admin",
3-
"version": "1.8.0",
3+
"version": "1.6.0",
44
"scripts": {
55
"serve": "vue-cli-service serve --open",
66
"start": "npm run serve",

0 commit comments

Comments
 (0)