From e5683e66b26a60463199ce750bbeddde3082ff03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 May 2020 01:49:24 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.20.0](https://github.com/Leecason/element-tiptap/compare/@1.19.0...@1.20.0) (2020-05-05) ### Features * ✨ `Print` extension bind `Mod-p` keymap ([d231ac9](https://github.com/Leecason/element-tiptap/commit/d231ac9f06aa5149e538c6583a4f6f21a9a86db4)) * ✨ can set `menubar: false` to prevent the button from rendering in the menubar (https://github.com/Leecason/element-tiptap/issues/53) ([644d3dd](https://github.com/Leecason/element-tiptap/commit/644d3dda933d881dcc198c097cae0f826a89194e)) * ✨ new FontSize extension (https://github.com/Leecason/element-tiptap/issues/54) ([103ef46](https://github.com/Leecason/element-tiptap/commit/103ef46277140cc54836352b502bf22bc2406ac6)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e4e9d9..2abbc95b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.20.0](https://github.com/Leecason/element-tiptap/compare/@1.19.0...@1.20.0) (2020-05-05) + + +### Features + +* ✨ `Print` extension bind `Mod-p` keymap ([d231ac9](https://github.com/Leecason/element-tiptap/commit/d231ac9f06aa5149e538c6583a4f6f21a9a86db4)) +* ✨ can set `menubar: false` to prevent the button from rendering in the menubar (https://github.com/Leecason/element-tiptap/issues/53) ([644d3dd](https://github.com/Leecason/element-tiptap/commit/644d3dda933d881dcc198c097cae0f826a89194e)) +* ✨ new FontSize extension (https://github.com/Leecason/element-tiptap/issues/54) ([103ef46](https://github.com/Leecason/element-tiptap/commit/103ef46277140cc54836352b502bf22bc2406ac6)) + # [1.19.0](https://github.com/Leecason/element-tiptap/compare/@1.18.0...@1.19.0) (2020-04-23) diff --git a/package.json b/package.json index 3d5f702c..186fc55e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.19.0", + "version": "1.20.0", "description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {