diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d29ef9b..bdba899e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.25.3](https://github.com/Leecason/element-tiptap/compare/@1.25.2...@1.25.3) (2020-07-26) + + +### Bug Fixes + +* 🐛 fix initial lineHeight wrong transform ([a5fd73f](https://github.com/Leecason/element-tiptap/commit/a5fd73f5fcecf9e2667fc9946fff397082bbdc10)) + ## [1.25.2](https://github.com/Leecason/element-tiptap/compare/@1.25.1...@1.25.2) (2020-07-13) diff --git a/package.json b/package.json index e53ee1bc..b3802c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.25.2", + "version": "1.25.3", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {