From 4885c5488906df25572da36db25c1c794bc03a6c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jun 2020 16:00:35 +0000 Subject: [PATCH] chore(release): 1.24.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.24.2](https://github.com/Leecason/element-tiptap/compare/@1.24.1...@1.24.2) (2020-06-12) ### Bug Fixes * **text_color:** 🐛 fix text color parser (https://github.com/Leecason/element-tiptap/issues/110) ([97353db](https://github.com/Leecason/element-tiptap/commit/97353dbe50026a06d8adc729686b6a32a697a83b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242667d3..9a032a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.2](https://github.com/Leecason/element-tiptap/compare/@1.24.1...@1.24.2) (2020-06-12) + + +### Bug Fixes + +* **text_color:** 🐛 fix text color parser (https://github.com/Leecason/element-tiptap/issues/110) ([97353db](https://github.com/Leecason/element-tiptap/commit/97353dbe50026a06d8adc729686b6a32a697a83b)) + ## [1.24.1](https://github.com/Leecason/element-tiptap/compare/@1.24.0...@1.24.1) (2020-06-11) diff --git a/package.json b/package.json index edf91b0e..d671931d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.24.1", + "version": "1.24.2", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {