Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Apr 18, 2020
1 parent 5c1e78e commit 19cdb38
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18)


### Bug Fixes

* mock 适配多页 ([a384bae](https://github.com/d2-projects/d2-admin/commit/a384baea5773479f81cf4567da661238bdea7c25))
* 修复 VueFilenameInjector 配置 ([e5a077c](https://github.com/d2-projects/d2-admin/commit/e5a077ce98c3612ed31f0135da77498b266644e5))
* 修复多页面 cdn 引用 ([0be4630](https://github.com/d2-projects/d2-admin/commit/0be46301ab3befea272d0c258c3ab67da48f65b6))
* **plugin/axios:** axios.interceptors.request error miss return ([a90079d](https://github.com/d2-projects/d2-admin/commit/a90079d6d9a57d0c4f1bfe337b6f2acd2ea5ce98))


### Features

* scss public ([7f00053](https://github.com/d2-projects/d2-admin/commit/7f00053b34e280b471a9aaefbe2ddc5265d44e90))
* ueditor ([7be7f98](https://github.com/d2-projects/d2-admin/commit/7be7f98586626131764f30dac6cdeeac7a23b769))
* 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](https://github.com/d2-projects/d2-admin/commit/af5dc868062e1076f41740319d4280e790fc1760))


### Performance Improvements

* 增加 cdn 依赖 ([9f8b8c7](https://github.com/d2-projects/d2-admin/commit/9f8b8c76721cd28f948330b9fe7a848f1b7d86c3))
* 增加 cdn 依赖 ([3e5713c](https://github.com/d2-projects/d2-admin/commit/3e5713c516e1d4876f9fd36119171b9992dfff70))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d2-admin",
"version": "1.8.0",
"version": "1.6.0",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
Expand Down

0 comments on commit 19cdb38

Please sign in to comment.