From bad7d7ac9896ed55d2d0c4276c1d4e516e9ea4f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Aug 2020 13:17:34 +0000 Subject: [PATCH] chore(release): 1.26.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.26.1](https://github.com/Leecason/element-tiptap/compare/@1.26.0...@1.26.1) (2020-08-17) ### Bug Fixes * 🐛 instantiate extension ctor error ([ec03fcd](https://github.com/Leecason/element-tiptap/commit/ec03fcdf8fdb6db5ea9419f38f4b3536c3dad652)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc524468..35bbbda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.1](https://github.com/Leecason/element-tiptap/compare/@1.26.0...@1.26.1) (2020-08-17) + + +### Bug Fixes + +* 🐛 instantiate extension ctor error ([ec03fcd](https://github.com/Leecason/element-tiptap/commit/ec03fcdf8fdb6db5ea9419f38f4b3536c3dad652)) + # [1.26.0](https://github.com/Leecason/element-tiptap/compare/@1.25.3...@1.26.0) (2020-08-03) diff --git a/package.json b/package.json index 567b6cd2..28bf469b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.26.0", + "version": "1.26.1", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {