From 2a283e10deb01aee8735a3c557e45489607629ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jun 2020 15:53:31 +0000 Subject: [PATCH] chore(release): 1.24.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.24.1](https://github.com/Leecason/element-tiptap/compare/@1.24.0...@1.24.1) (2020-06-11) ### Bug Fixes * 🐛 missing `prosemirror-utils` dep ([d7625aa](https://github.com/Leecason/element-tiptap/commit/d7625aaa808281ca1b1ec0e15fdaee994a03ca51)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4b2a2c..242667d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.24.1](https://github.com/Leecason/element-tiptap/compare/@1.24.0...@1.24.1) (2020-06-11) + + +### Bug Fixes + +* 🐛 missing `prosemirror-utils` dep ([d7625aa](https://github.com/Leecason/element-tiptap/commit/d7625aaa808281ca1b1ec0e15fdaee994a03ca51)) + # [1.24.0](https://github.com/Leecason/element-tiptap/compare/@1.23.0...@1.24.0) (2020-06-10) diff --git a/package.json b/package.json index d85b816b..edf91b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.24.0", + "version": "1.24.1", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {