diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ad500..1b146a8 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.23.1](https://github.com/FEMessage/el-data-table/compare/v1.23.0...v1.23.1) (2022-07-20) + + +### Bug Fixes + +* el-data-table树翻页页码不显示错误 ([#354](https://github.com/FEMessage/el-data-table/issues/354)) ([7c861a9](https://github.com/FEMessage/el-data-table/commit/7c861a9)) + + + ## [1.23.0](https://github.com/FEMessage/el-data-table/compare/v1.22.0...v1.23.0) (2021-09-11) diff --git a/package.json b/package.json index c05cffc..34915a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.23.0", + "version": "1.23.1", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",