From 562320e372c19aa9e55a4e394834c5babf9be3e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 May 2020 12:22:16 +0000 Subject: [PATCH] chore(release): 1.21.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {