From b9f4552ccc749d2f8bf4b8b58d5e7082b11297bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Mar 2020 09:37:33 +0000 Subject: [PATCH] chore(release): 1.14.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.14.0](https://github.com/Leecason/element-tiptap/compare/@1.13.0...@1.14.0) (2020-03-15) ### Bug Fixes * 🐛 bubble menu bind command_ button component events ([6c94328](https://github.com/Leecason/element-tiptap/commit/6c943280a512d730a81e3a2e6a9f959775a735cd)) * 💄 dropdown menu item active style ([29b2a5f](https://github.com/Leecason/element-tiptap/commit/29b2a5f9cb72ead5fbfe9ca6d3bf12fdb805a5c5)) ### Features * ✨ active fullscreen command_button if fullscreen ([54420d9](https://github.com/Leecason/element-tiptap/commit/54420d961dc1c0867e063e15224265de4b02ef73)) * ✨ show remove_image button when image selected ([095d5cd](https://github.com/Leecason/element-tiptap/commit/095d5cd783eefa272ada34f88a884b60796c79c0)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02669adc..4cc24813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.14.0](https://github.com/Leecason/element-tiptap/compare/@1.13.0...@1.14.0) (2020-03-15) + + +### Bug Fixes + +* 🐛 bubble menu bind command_ button component events ([6c94328](https://github.com/Leecason/element-tiptap/commit/6c943280a512d730a81e3a2e6a9f959775a735cd)) +* 💄 dropdown menu item active style ([29b2a5f](https://github.com/Leecason/element-tiptap/commit/29b2a5f9cb72ead5fbfe9ca6d3bf12fdb805a5c5)) + + +### Features + +* ✨ active fullscreen command_button if fullscreen ([54420d9](https://github.com/Leecason/element-tiptap/commit/54420d961dc1c0867e063e15224265de4b02ef73)) +* ✨ show remove_image button when image selected ([095d5cd](https://github.com/Leecason/element-tiptap/commit/095d5cd783eefa272ada34f88a884b60796c79c0)) + # [1.13.0](https://github.com/Leecason/element-tiptap/compare/@1.12.0...@1.13.0) (2020-03-13) diff --git a/package.json b/package.json index aee9fdf7..7c37f418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.13.0", + "version": "1.14.0", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {