From 58cb93dae33677480577caa77a40b53696d8d1a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jan 2020 15:46:47 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.5.0](https://github.com/Leecason/element-tiptap/compare/@1.4.1...@1.5.0) (2020-01-07) ### Bug Fixes * 💄 safari menubar style bug ([d7803cd](https://github.com/Leecason/element-tiptap/commit/d7803cd2154979af0bffb7c5abed5ac26d0cc96a)) ### Features * ✨ add FormatClear extension ([5f9530e](https://github.com/Leecason/element-tiptap/commit/5f9530e19d577b693d05e7df28a151338d52e6ea)) * ✨ add paragraph dropdown-item in heading dropdown ([3996f60](https://github.com/Leecason/element-tiptap/commit/3996f60b7dcbbecceaeedb97ab30c2fed66c6e9e)) * ✨ add TextColor extension to change text color ([5bf2981](https://github.com/Leecason/element-tiptap/commit/5bf2981748d5d9f3e9696bd7bd6d1484a9062ff3)) * ✨ enable insert image by url ([70f7aae](https://github.com/Leecason/element-tiptap/commit/70f7aae0b1b9834be02136790ffaf1c1a3e24862)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f02fd3b..026cd6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.5.0](https://github.com/Leecason/element-tiptap/compare/@1.4.1...@1.5.0) (2020-01-07) + + +### Bug Fixes + +* 💄 safari menubar style bug ([d7803cd](https://github.com/Leecason/element-tiptap/commit/d7803cd2154979af0bffb7c5abed5ac26d0cc96a)) + + +### Features + +* ✨ add FormatClear extension ([5f9530e](https://github.com/Leecason/element-tiptap/commit/5f9530e19d577b693d05e7df28a151338d52e6ea)) +* ✨ add paragraph dropdown-item in heading dropdown ([3996f60](https://github.com/Leecason/element-tiptap/commit/3996f60b7dcbbecceaeedb97ab30c2fed66c6e9e)) +* ✨ add TextColor extension to change text color ([5bf2981](https://github.com/Leecason/element-tiptap/commit/5bf2981748d5d9f3e9696bd7bd6d1484a9062ff3)) +* ✨ enable insert image by url ([70f7aae](https://github.com/Leecason/element-tiptap/commit/70f7aae0b1b9834be02136790ffaf1c1a3e24862)) + ## [1.4.1](https://github.com/Leecason/element-tiptap/compare/@1.4.0...@1.4.1) (2020-01-03) diff --git a/package.json b/package.json index 0052c870..957a1fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {