From c28fe1666c74120ac703dd0a6cfd2bee2abd3912 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Jul 2020 09:52:06 +0000 Subject: [PATCH] chore(release): 1.25.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.25.3](https://github.com/Leecason/element-tiptap/compare/@1.25.2...@1.25.3) (2020-07-26) ### Bug Fixes * 🐛 fix initial lineHeight wrong transform ([a5fd73f](https://github.com/Leecason/element-tiptap/commit/a5fd73f5fcecf9e2667fc9946fff397082bbdc10)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d29ef9b..bdba899e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.25.3](https://github.com/Leecason/element-tiptap/compare/@1.25.2...@1.25.3) (2020-07-26) + + +### Bug Fixes + +* 🐛 fix initial lineHeight wrong transform ([a5fd73f](https://github.com/Leecason/element-tiptap/commit/a5fd73f5fcecf9e2667fc9946fff397082bbdc10)) + ## [1.25.2](https://github.com/Leecason/element-tiptap/compare/@1.25.1...@1.25.2) (2020-07-13) diff --git a/package.json b/package.json index e53ee1bc..b3802c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.25.2", + "version": "1.25.3", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {