From d699a7ba29472c023df26c367c1e15ab483891a6 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Thu, 19 Mar 2020 07:22:14 +0000 Subject: [PATCH] [skip ci] chore(release): v1.19.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d844f12e..a513ce89 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.19.0](https://github.com/FEMessage/el-data-table/compare/v1.18.4...v1.19.0) (2020-03-19) + + +### Features + +* beforeSearch增加表单数据参数 ([#291](https://github.com/FEMessage/el-data-table/issues/291)) ([7557c0e](https://github.com/FEMessage/el-data-table/commit/7557c0e)) + + + ### [1.18.4](https://github.com/FEMessage/el-data-table/compare/v1.18.3...v1.18.4) (2020-02-13) diff --git a/package.json b/package.json index 5925151a..459406fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.18.4", + "version": "1.19.0", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",