Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.0...v1.20.0) (2020-09-01)

### Bug Fixes

* 修复请求缺少/api不走fake的问题 ([02d6db3](02d6db3))

### Features

* ✨ api 配置文件新增 .api.js 命名规则 ([cb98286](cb98286))
* ✨ 移除了 d2-container 组件上的 betterScrollOptions 不必要声明 ([0accc40](0accc40))
  • Loading branch information
semantic-release-bot committed Sep 1, 2020
1 parent 326cf95 commit 9c2d790
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

# [1.20.0](https://github.com/d2-projects/d2-admin/compare/v1.19.0...v1.20.0) (2020-09-01)


### Bug Fixes

* 修复请求缺少/api不走fake的问题 ([02d6db3](https://github.com/d2-projects/d2-admin/commit/02d6db3bebf56008dfb47faef1d44c15c41b03ca))


### Features

* :sparkles: api 配置文件新增 .api.js 命名规则 ([cb98286](https://github.com/d2-projects/d2-admin/commit/cb9828605f77b0e74f62732b6a3e68fff087d897))
* :sparkles: 移除了 d2-container 组件上的 betterScrollOptions 不必要声明 ([0accc40](https://github.com/d2-projects/d2-admin/commit/0accc401e7f88ae4313698ec41ccd7ccec329ee1))

# [1.19.0](https://github.com/d2-projects/d2-admin/compare/v1.18.0...v1.19.0) (2020-09-01)


Expand Down
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.19.0",
"version": "1.20.0",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
Expand Down

0 comments on commit 9c2d790

Please sign in to comment.