From 5b44748bdb81436e9a34a7c27305870e452e144f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Mar 2020 12:59:05 +0000 Subject: [PATCH] chore(release): 1.17.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.17.2](https://github.com/Leecason/element-tiptap/compare/@1.17.1...@1.17.2) (2020-03-31) ### Bug Fixes * **fullscreen:** 🐛 fix editor fullscreen width, height ([acc52dd](https://github.com/Leecason/element-tiptap/commit/acc52dde881508caf3892cc8b2998b673aa140f3)) * 🐛 @ProvideReactive (https://github.com/Leecason/element-tiptap/issues/39) ([c5dc5b6](https://github.com/Leecason/element-tiptap/commit/c5dc5b6bf0b9230f32aa5b96d3adc32733a65882)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f9fb35..4badd0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.17.2](https://github.com/Leecason/element-tiptap/compare/@1.17.1...@1.17.2) (2020-03-31) + + +### Bug Fixes + +* **fullscreen:** 🐛 fix editor fullscreen width, height ([acc52dd](https://github.com/Leecason/element-tiptap/commit/acc52dde881508caf3892cc8b2998b673aa140f3)) +* 🐛 @ProvideReactive (https://github.com/Leecason/element-tiptap/issues/39) ([c5dc5b6](https://github.com/Leecason/element-tiptap/commit/c5dc5b6bf0b9230f32aa5b96d3adc32733a65882)) + ## [1.17.1](https://github.com/Leecason/element-tiptap/compare/@1.17.0...@1.17.1) (2020-03-30) diff --git a/package.json b/package.json index d62e7e0b..185b2a3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.17.1", + "version": "1.17.2", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {