diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e9038d..95bbff39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.21.1](https://github.com/Leecason/element-tiptap/compare/@1.21.0...@1.21.1) (2020-05-27) + + +### Bug Fixes + +* 🐛 fix table created with reversed row and col (https://github.com/Leecason/element-tiptap/issues/86) ([7261d48](https://github.com/Leecason/element-tiptap/commit/7261d48afca9ee1a2bce8d03cce98669197afc39)) + # [1.21.0](https://github.com/Leecason/element-tiptap/compare/@1.20.0...@1.21.0) (2020-05-19) diff --git a/package.json b/package.json index d32dcdc0..8b8d8411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.21.0", + "version": "1.21.1", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {