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": {