From cfd4f9e6503b0612af8f2a0033db8f280d788a72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jun 2020 13:53:59 +0000 Subject: [PATCH] chore(release): 1.24.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.24.5](https://github.com/Leecason/element-tiptap/compare/@1.24.4...@1.24.5) (2020-06-28) ### Bug Fixes * 🐛 add menuBubbleOptions prop to temporary fix bubble menu cut-off (https://github.com/Leecason/element-tiptap/issues/118) ([aec41ea](https://github.com/Leecason/element-tiptap/commit/aec41ea7d1ef894a8a4c8943873d76d7dfabfbec)) * update i18n/ru locale ([cb364b8](https://github.com/Leecason/element-tiptap/commit/cb364b8b05ad53c8433576223bf844219ef76c16)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14065d6..b3ed1fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.24.5](https://github.com/Leecason/element-tiptap/compare/@1.24.4...@1.24.5) (2020-06-28) + + +### Bug Fixes + +* 🐛 add menuBubbleOptions prop to temporary fix bubble menu cut-off (https://github.com/Leecason/element-tiptap/issues/118) ([aec41ea](https://github.com/Leecason/element-tiptap/commit/aec41ea7d1ef894a8a4c8943873d76d7dfabfbec)) +* update i18n/ru locale ([cb364b8](https://github.com/Leecason/element-tiptap/commit/cb364b8b05ad53c8433576223bf844219ef76c16)) + ## [1.24.4](https://github.com/Leecason/element-tiptap/compare/@1.24.3...@1.24.4) (2020-06-27) diff --git a/package.json b/package.json index 442e944d..7ba42095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.24.4", + "version": "1.24.5", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {