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": {