diff --git a/CHANGELOG.md b/CHANGELOG.md index 2009aab4..3f4b2a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.24.0](https://github.com/Leecason/element-tiptap/compare/@1.23.0...@1.24.0) (2020-06-10) + + +### Bug Fixes + +* 🐛 bubble menu cut off by editor perimeter (https://github.com/Leecason/element-tiptap/issues/98) ([94d4415](https://github.com/Leecason/element-tiptap/commit/94d4415f0f53d2e58c1ad84e4debdeb92d0130fc)) + + +### Features + +* ✨ add `CodeView` extension (https://github.com/Leecason/element-tiptap/issues/81) ([e2de3b2](https://github.com/Leecason/element-tiptap/commit/e2de3b21e693f26cf9a05989ff2f12224a260f4c)) + # [1.23.0](https://github.com/Leecason/element-tiptap/compare/@1.22.0...@1.23.0) (2020-06-08) diff --git a/package.json b/package.json index 73dd2e39..b5f589b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.23.0", + "version": "1.24.0", "description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {