From 790ffe3ddce3de7c2359492b816dd980de40baae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jun 2020 15:39:31 +0000 Subject: [PATCH] chore(release): 1.24.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.24.0](https://github.com/Leecason/element-tiptap/compare/@1.23.0...@1.24.0) (2020-06-10) ### Bug Fixes * 🐛 bubble menu cut off by editor perimeter (https://github.com/Leecason/element-tiptap/issues/98) ([94d4415](https://github.com/Leecason/element-tiptap/commit/94d4415f0f53d2e58c1ad84e4debdeb92d0130fc)) ### Features * âœĻ add `CodeView` extension (https://github.com/Leecason/element-tiptap/issues/81) ([e2de3b2](https://github.com/Leecason/element-tiptap/commit/e2de3b21e693f26cf9a05989ff2f12224a260f4c)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2009aab4..3f4b2a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.24.0](https://github.com/Leecason/element-tiptap/compare/@1.23.0...@1.24.0) (2020-06-10) + + +### Bug Fixes + +* 🐛 bubble menu cut off by editor perimeter (https://github.com/Leecason/element-tiptap/issues/98) ([94d4415](https://github.com/Leecason/element-tiptap/commit/94d4415f0f53d2e58c1ad84e4debdeb92d0130fc)) + + +### Features + +* âœĻ add `CodeView` extension (https://github.com/Leecason/element-tiptap/issues/81) ([e2de3b2](https://github.com/Leecason/element-tiptap/commit/e2de3b21e693f26cf9a05989ff2f12224a260f4c)) + # [1.23.0](https://github.com/Leecason/element-tiptap/compare/@1.22.0...@1.23.0) (2020-06-08) diff --git a/package.json b/package.json index 73dd2e39..b5f589b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.23.0", + "version": "1.24.0", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {