From cd0951ca86eb03b70d9a86df02e9d6d962741d90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jun 2020 09:16:40 +0000 Subject: [PATCH] chore(release): 1.24.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.24.3](https://github.com/Leecason/element-tiptap/compare/@1.24.2...@1.24.3) (2020-06-20) ### Bug Fixes * 🐛 `Link` not work in Firefox (https://github.com/Leecason/element-tiptap/issues/119) ([f286d5c](https://github.com/Leecason/element-tiptap/commit/f286d5cd47cf211eceff48cc1a4db29695f6f5c8)) * 🐛 missing alignment style separator (https://github.com/Leecason/element-tiptap/issues/120) ([5616818](https://github.com/Leecason/element-tiptap/commit/5616818cd128bc4bd92cb0a5c01d981fe422c0b5)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a032a21..197e2a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.24.3](https://github.com/Leecason/element-tiptap/compare/@1.24.2...@1.24.3) (2020-06-20) + + +### Bug Fixes + +* 🐛 `Link` not work in Firefox (https://github.com/Leecason/element-tiptap/issues/119) ([f286d5c](https://github.com/Leecason/element-tiptap/commit/f286d5cd47cf211eceff48cc1a4db29695f6f5c8)) +* 🐛 missing alignment style separator (https://github.com/Leecason/element-tiptap/issues/120) ([5616818](https://github.com/Leecason/element-tiptap/commit/5616818cd128bc4bd92cb0a5c01d981fe422c0b5)) + ## [1.24.2](https://github.com/Leecason/element-tiptap/compare/@1.24.1...@1.24.2) (2020-06-12) diff --git a/package.json b/package.json index d671931d..19f85474 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.24.2", + "version": "1.24.3", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {