From c5e42b77d90a4ee48bcbea284af2940f3e668da6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jul 2020 14:18:14 +0000 Subject: [PATCH] chore(release): 1.25.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.25.1](https://github.com/Leecason/element-tiptap/compare/@1.25.0...@1.25.1) (2020-07-06) ### Bug Fixes * 🐛 add isLinkBack flag to prevent link menu change ([ccd305f](https://github.com/Leecason/element-tiptap/commit/ccd305fcfc3729107824e087a79d02dc27530892)) * 🐛 enable `open in new tab` when add link ([bcea961](https://github.com/Leecason/element-tiptap/commit/bcea961f0af37accfe2bbf811bc90188ed7a413c)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f310c3..681a2f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.25.1](https://github.com/Leecason/element-tiptap/compare/@1.25.0...@1.25.1) (2020-07-06) + + +### Bug Fixes + +* 🐛 add isLinkBack flag to prevent link menu change ([ccd305f](https://github.com/Leecason/element-tiptap/commit/ccd305fcfc3729107824e087a79d02dc27530892)) +* 🐛 enable `open in new tab` when add link ([bcea961](https://github.com/Leecason/element-tiptap/commit/bcea961f0af37accfe2bbf811bc90188ed7a413c)) + # [1.25.0](https://github.com/Leecason/element-tiptap/compare/@1.24.5...@1.25.0) (2020-07-05) diff --git a/package.json b/package.json index 578e292b..79bb3f45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.25.0", + "version": "1.25.1", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {