From e359641223cff23c1f37b8cf30b0e2ba224132dd Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Tue, 19 Nov 2019 12:38:45 +0000 Subject: [PATCH] [skip ci] chore(release): v1.13.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccff4521..b68eb4cf 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.13.3](https://github.com/FEMessage/el-data-table/compare/v1.13.2...v1.13.3) (2019-11-19) + + +### Bug Fixes + +* 修复树形表数据无法直接stringify的问题 ([#235](https://github.com/FEMessage/el-data-table/issues/235)) ([53e9969](https://github.com/FEMessage/el-data-table/commit/53e9969)) + + + ### [1.13.2](https://github.com/FEMessage/el-data-table/compare/v1.13.1...v1.13.2) (2019-11-18) diff --git a/package.json b/package.json index 34208392..f1585027 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/el-data-table", - "version": "1.13.2", + "version": "1.13.3", "description": "base on element-ui, makes crud easily", "author": "https://github.com/FEMessage", "license": "MIT",