From 941d2841974416489964f539c30e7ce9699dad9f Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 13 Jul 2020 12:48:14 +0000
Subject: [PATCH] chore(release): 1.25.2 [skip ci]
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

## [1.25.2](https://github.com/Leecason/element-tiptap/compare/@1.25.1...@1.25.2) (2020-07-13)

### Bug Fixes

* 🐛 fix link menu wrong change when set line-height ([c30e0fa](https://github.com/Leecason/element-tiptap/commit/c30e0fa5b713fc8c80054de834a603904820564a))
---
 CHANGELOG.md | 7 +++++++
 package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 681a2f54..3d29ef9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.25.2](https://github.com/Leecason/element-tiptap/compare/@1.25.1...@1.25.2) (2020-07-13)
+
+
+### Bug Fixes
+
+* 🐛 fix link menu wrong change when set line-height ([c30e0fa](https://github.com/Leecason/element-tiptap/commit/c30e0fa5b713fc8c80054de834a603904820564a))
+
 ## [1.25.1](https://github.com/Leecason/element-tiptap/compare/@1.25.0...@1.25.1) (2020-07-06)
 
 
diff --git a/package.json b/package.json
index 79bb3f45..57277969 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "element-tiptap",
-  "version": "1.25.1",
+  "version": "1.25.2",
   "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js",
   "author": "leecason",
   "scripts": {