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