Skip to content

Commit

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

### Bug Fixes

* 🐛 组件mounted钩子执行时 页面可能已经onload 导致 滚动校验不成功 ([93d4267](93d4267))

### Performance Improvements

* 升级d2-crud-plus版本,分组示例增加图片上传和富文本 ([09b9baa](09b9baa))
  • Loading branch information
semantic-release-bot committed Sep 27, 2020
1 parent 277d9f8 commit e97adf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.20.1](https://github.com/d2-projects/d2-admin/compare/v1.20.0...v1.20.1) (2020-09-27)


### Bug Fixes

* :bug: 组件mounted钩子执行时 页面可能已经onload 导致 滚动校验不成功 ([93d4267](https://github.com/d2-projects/d2-admin/commit/93d4267567a02eeb28f86c8612c0d645ccd853f1))


### Performance Improvements

* 升级d2-crud-plus版本,分组示例增加图片上传和富文本 ([09b9baa](https://github.com/d2-projects/d2-admin/commit/09b9baa5399f57d0ee2551ff4f06ef6edb6df724))

# [1.20.0](https://github.com/d2-projects/d2-admin/compare/v1.19.0...v1.20.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.20.0",
"version": "1.20.1",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
Expand Down

0 comments on commit e97adf7

Please sign in to comment.