From 2fd4b87b66d3bf6ad5980fe85b08276e34a67da5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Mar 2020 12:57:12 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.10.0](https://github.com/Leecason/element-tiptap/compare/@1.9.1...@1.10.0) (2020-03-01) ### Bug Fixes * 🐛 import clearMarks from utils ([dfbfb85](https://github.com/Leecason/element-tiptap/commit/dfbfb8549c8c493c03428c82ac0ae81eefb5a0e9)) ### Features * ✨ add Fullscreen extension ([42a63e9](https://github.com/Leecason/element-tiptap/commit/42a63e91564d2afcf38a4c8fb85faf9278cd23f6)) * ✨ add Preview extension ([50a510e](https://github.com/Leecason/element-tiptap/commit/50a510ef5dba89fc99f97f9ace5288f2acb5193f)) * ✨ add Print extension ([9206135](https://github.com/Leecason/element-tiptap/commit/920613553e8fb73f7a85abce1e490fa8ecaf52b1)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95fc804..4358b1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.10.0](https://github.com/Leecason/element-tiptap/compare/@1.9.1...@1.10.0) (2020-03-01) + + +### Bug Fixes + +* 🐛 import clearMarks from utils ([dfbfb85](https://github.com/Leecason/element-tiptap/commit/dfbfb8549c8c493c03428c82ac0ae81eefb5a0e9)) + + +### Features + +* ✨ add Fullscreen extension ([42a63e9](https://github.com/Leecason/element-tiptap/commit/42a63e91564d2afcf38a4c8fb85faf9278cd23f6)) +* ✨ add Preview extension ([50a510e](https://github.com/Leecason/element-tiptap/commit/50a510ef5dba89fc99f97f9ace5288f2acb5193f)) +* ✨ add Print extension ([9206135](https://github.com/Leecason/element-tiptap/commit/920613553e8fb73f7a85abce1e490fa8ecaf52b1)) + ## [1.9.1](https://github.com/Leecason/element-tiptap/compare/@1.9.0...@1.9.1) (2020-02-26) diff --git a/package.json b/package.json index 0bdf8c80..aeea34a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.9.1", + "version": "1.10.0", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {