diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f333448..fbe18127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [1.10.0](https://github.com/FEMessage/el-data-table/compare/v1.9.0...v1.10.0) (2019-09-10) + + +### Features + +* 搜索表单支持定位插槽 ([#215](https://github.com/FEMessage/el-data-table/issues/215)) ([4d3bbc4](https://github.com/FEMessage/el-data-table/commit/4d3bbc4)) + + + ## [1.9.0](https://github.com/FEMessage/el-data-table/compare/v1.8.0...v1.9.0) (2019-09-05) diff --git a/package.json b/package.json index 98ec10d0..13cec574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.9.0", + "version": "1.10.0", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",