From 1bc3a588ac0bc735996db6551b10211b88f9f3aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Aug 2020 08:24:03 +0000 Subject: [PATCH] chore(release): 1.26.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.26.2](https://github.com/Leecason/element-tiptap/compare/@1.26.1...@1.26.2) (2020-08-21) ### Bug Fixes * 🐛 Revert "chore: 🔧 bump rollup plugins" ([f85afa5](https://github.com/Leecason/element-tiptap/commit/f85afa58b6506b785d1299c2e9dbe2b56e54c40c)) * 🐛 ts compiler target ([338f927](https://github.com/Leecason/element-tiptap/commit/338f927f471f63be0101d186a3f2be1da324ffe3)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bbbda7..32321204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.26.2](https://github.com/Leecason/element-tiptap/compare/@1.26.1...@1.26.2) (2020-08-21) + + +### Bug Fixes + +* 🐛 Revert "chore: 🔧 bump rollup plugins" ([f85afa5](https://github.com/Leecason/element-tiptap/commit/f85afa58b6506b785d1299c2e9dbe2b56e54c40c)) +* 🐛 ts compiler target ([338f927](https://github.com/Leecason/element-tiptap/commit/338f927f471f63be0101d186a3f2be1da324ffe3)) + ## [1.26.1](https://github.com/Leecason/element-tiptap/compare/@1.26.0...@1.26.1) (2020-08-17) diff --git a/package.json b/package.json index f07cf305..0be95ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.26.1", + "version": "1.26.2", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {