From acfacc345acff455becb93d793b68f62275c286a Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 26 Jul 2022 09:10:39 +0000 Subject: [PATCH] [skip ci] chore(release): v1.23.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b146a8..4789d97 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.2](https://github.com/FEMessage/el-data-table/compare/v1.23.1...v1.23.2) (2022-07-26) + + +### Bug Fixes + +* extraButtons按钮点击去除冒泡 ([#357](https://github.com/FEMessage/el-data-table/issues/357)) ([899acd5](https://github.com/FEMessage/el-data-table/commit/899acd5)) + + + ### [1.23.1](https://github.com/FEMessage/el-data-table/compare/v1.23.0...v1.23.1) (2022-07-20) diff --git a/package.json b/package.json index 34915a2..2ea10e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.23.1", + "version": "1.23.2", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",