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