diff --git a/CHANGELOG.md b/CHANGELOG.md index f95fc804..bd22d37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.10.0-beta.1](https://github.com/Leecason/element-tiptap/compare/@1.9.1...@1.10.0-beta.1) (2020-02-29) + + +### 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..0fa7d084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.9.1", + "version": "1.10.0-beta.1", "description": "A WYSIWYG editor based on Tiptap and Element.", "author": "leecason", "scripts": {