diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa97347..67ca7740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.15.0](https://github.com/FEMessage/el-data-table/compare/v1.14.0...v1.15.0) (2019-11-28) + + +### Features + +* extraButton添加函数类型的disabled属性 ([#247](https://github.com/FEMessage/el-data-table/issues/247)) ([4872ca0](https://github.com/FEMessage/el-data-table/commit/4872ca0)) +* 暴露 correctPage API ([#245](https://github.com/FEMessage/el-data-table/issues/245)) ([1f5fccc](https://github.com/FEMessage/el-data-table/commit/1f5fccc)) + + + ## [1.14.0](https://github.com/FEMessage/el-data-table/compare/v1.13.4...v1.14.0) (2019-11-27) diff --git a/package.json b/package.json index 59723eb6..a3ddc789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.14.0", + "version": "1.15.0", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",