diff --git a/CHANGELOG.md b/CHANGELOG.md index f238c023..7f02fd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/Leecason/element-tiptap/compare/@1.4.0...@1.4.1) (2020-01-03) + + +### Bug Fixes + +* 🐛 align left cant work bug ([859224b](https://github.com/Leecason/element-tiptap/commit/859224b260e99dfbd4aa98fe44cafd5502cf40f5)) + # [1.4.0](https://github.com/Leecason/element-tiptap/compare/@1.3.0...@1.4.0) (2020-01-01) diff --git a/package.json b/package.json index e6c8830e..f31739eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {