From 7a5acb0184dda9f7414afc18eb8627da208e05ce Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 11 Nov 2020 10:12:44 +0000 Subject: [PATCH] [skip ci] chore(release): v1.21.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5449703f..8d613b3b 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.21.0](https://github.com/FEMessage/el-data-table/compare/v1.20.5...v1.21.0) (2020-11-11) + + +### Features + +* add types ([#327](https://github.com/FEMessage/el-data-table/issues/327)) ([feb8a3e](https://github.com/FEMessage/el-data-table/commit/feb8a3e)) + + + ### [1.20.5](https://github.com/FEMessage/el-data-table/compare/v1.20.4...v1.20.5) (2020-10-30) diff --git a/package.json b/package.json index 807cf401..e994f537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.20.5", + "version": "1.21.0", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",