Skip to content

Commit 12ef9cb

Browse files
author
Travis CI User
committed
[skip ci] chore(release): v0.6.0
1 parent 9d55560 commit 12ef9cb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.6.0](https://github.com/FEMessage/el-data-tree/compare/v0.5.0...v0.6.0) (2020-03-19)
6+
7+
8+
### Features
9+
10+
* 注册组件时可以设置默认折叠状态 ([#64](https://github.com/FEMessage/el-data-tree/issues/64)) ([87e93c5](https://github.com/FEMessage/el-data-tree/commit/87e93c5))
11+
* 添加折叠功能 ([#63](https://github.com/FEMessage/el-data-tree/issues/63)) ([277ed22](https://github.com/FEMessage/el-data-tree/commit/277ed22))
12+
13+
14+
515
## [0.5.0](https://github.com/FEMessage/el-data-tree/compare/v0.4.3...v0.5.0) (2020-03-13)
616

717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@femessage/el-data-tree",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "base on element-ui, makes crud easily",
55
"author": "https://github.com/FEMessage",
66
"license": "MIT",

0 commit comments

Comments
 (0)