Skip to content

Commit

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

### Bug Fixes

* 🐛 fix text highlight parseDOM (#59) ([b1dc509](b1dc509))
* 🐛 zh indent typo (#55) ([5a1a948](5a1a948))

### Features

* ✨ change prop editorProps to editorProperties (#47) ([66374dd](66374dd))
  • Loading branch information
semantic-release-bot committed Apr 23, 2020
1 parent b1dc509 commit cc73961
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.19.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-04-23)


### Bug Fixes

* 🐛 fix text highlight parseDOM (https://github.com/Leecason/element-tiptap/issues/59) ([b1dc509](https://github.com/Leecason/element-tiptap/commit/b1dc509d6376647defccf14cd6fd3852c40251f3))
* 🐛 zh indent typo (https://github.com/Leecason/element-tiptap/issues/55) ([5a1a948](https://github.com/Leecason/element-tiptap/commit/5a1a948de13de25d4b26abb42a0e8a0ecc8b29ca))


### Features

* ✨ change prop editorProps to editorProperties (https://github.com/Leecason/element-tiptap/issues/47) ([66374dd](https://github.com/Leecason/element-tiptap/commit/66374ddf3b9590adef9bab4e6c03751f3743a658))

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


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.18.0",
"version": "1.19.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 cc73961

Please sign in to comment.