Skip to content

Commit a988ea3

Browse files
author
Travis CI User
committed
[skip ci] chore(release): v0.8.0
1 parent 6f4b002 commit a988ea3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.8.0](https://github.com/FEMessage/el-data-tree/compare/v0.7.0...v0.8.0) (2020-11-11)
6+
7+
8+
### Bug Fixes
9+
10+
* 搜索🔍忽略大小写 ([#66](https://github.com/FEMessage/el-data-tree/issues/66)) ([c46975e](https://github.com/FEMessage/el-data-tree/commit/c46975e))
11+
12+
13+
### Features
14+
15+
* add types ([#69](https://github.com/FEMessage/el-data-tree/issues/69)) ([a19dbdc](https://github.com/FEMessage/el-data-tree/commit/a19dbdc))
16+
17+
18+
519
## [0.7.0](https://github.com/FEMessage/el-data-tree/compare/v0.6.0...v0.7.0) (2020-04-10)
620

721

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.7.0",
3+
"version": "0.8.0",
44
"description": "base on element-ui, makes crud easily",
55
"author": "https://github.com/FEMessage",
66
"license": "MIT",

0 commit comments

Comments
 (0)