diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d613b3..c8fab70 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.1](https://github.com/FEMessage/el-data-table/compare/v1.21.0...v1.21.1) (2021-04-27) + + +### Bug Fixes + +* **text-button:**  操作栏按钮的色值可能会取值不正确 ([1fa5893](https://github.com/FEMessage/el-data-table/commit/1fa5893)) + + + ## [1.21.0](https://github.com/FEMessage/el-data-table/compare/v1.20.5...v1.21.0) (2020-11-11) diff --git a/package.json b/package.json index e994f53..eb12781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.21.0", + "version": "1.21.1", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",