From 5dc617c1c9abf716139a5907f4d17a2dd6d9a21c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Feb 2020 09:48:42 +0000 Subject: [PATCH] chore(release): 1.9.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.9.1](https://github.com/Leecason/element-tiptap/compare/@1.9.0...@1.9.1) (2020-02-26) ### Bug Fixes * 🐛 editor content style ([52fd69c](https://github.com/Leecason/element-tiptap/commit/52fd69cdd6823ab75e3dfb0e2ae77bca0559ae56)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82d219d..f95fc804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1](https://github.com/Leecason/element-tiptap/compare/@1.9.0...@1.9.1) (2020-02-26) + + +### Bug Fixes + +* 🐛 editor content style ([52fd69c](https://github.com/Leecason/element-tiptap/commit/52fd69cdd6823ab75e3dfb0e2ae77bca0559ae56)) + # [1.9.0](https://github.com/Leecason/element-tiptap/compare/@1.8.0...@1.9.0) (2020-02-25) diff --git a/package.json b/package.json index beb4ff39..0bdf8c80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.9.0", + "version": "1.9.1", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {