Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-05-05)

### Features

* ✨ `Print` extension bind `Mod-p` keymap ([d231ac9](d231ac9))
* ✨ can set `menubar: false` to prevent the button from rendering in the menubar (#53) ([644d3dd](644d3dd))
* ✨ new FontSize extension (#54) ([103ef46](103ef46))
  • Loading branch information
semantic-release-bot committed May 5, 2020
1 parent d231ac9 commit e5683e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.20.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-05-05)


### Features

*`Print` extension bind `Mod-p` keymap ([d231ac9](https://github.com/Leecason/element-tiptap/commit/d231ac9f06aa5149e538c6583a4f6f21a9a86db4))
* ✨ can set `menubar: false` to prevent the button from rendering in the menubar (https://github.com/Leecason/element-tiptap/issues/53) ([644d3dd](https://github.com/Leecason/element-tiptap/commit/644d3dda933d881dcc198c097cae0f826a89194e))
* ✨ new FontSize extension (https://github.com/Leecason/element-tiptap/issues/54) ([103ef46](https://github.com/Leecason/element-tiptap/commit/103ef46277140cc54836352b502bf22bc2406ac6))

# [1.19.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-04-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-tiptap",
"version": "1.19.0",
"version": "1.20.0",
"description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js",
"author": "leecason",
"scripts": {
Expand Down

0 comments on commit e5683e6

Please sign in to comment.