Skip to content

Commit

Permalink
chore(release): 1.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.1](https://github.com/donotebase/quasar-tiptap/compare/@1.9.0...@1.9.1) (2021-01-17)

### Bug Fixes

* **extension:** Link bubble menu, back to main menu ([821d394](donotebase/quasar-tiptap@821d394))
* **extension:** null exception in menu bubble ([3013a4d](donotebase/quasar-tiptap@3013a4d))
* **extension:** Unexpected alignment. (fixed [#47](donotebase/quasar-tiptap#47)) ([a5385dc](donotebase/quasar-tiptap@a5385dc))
* **extenstion:** Unexpected heading level. (fixed [#48](donotebase/quasar-tiptap#48)) ([6b62808](donotebase/quasar-tiptap@6b62808))
  • Loading branch information
yoshidev0428 committed Jan 17, 2021
1 parent 6dcfe1c commit ad5bca7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.9.1](https://github.com/donotebase/quasar-tiptap/compare/@1.9.0...@1.9.1) (2021-01-17)


### Bug Fixes

* **extension:** Link bubble menu, back to main menu ([821d394](https://github.com/donotebase/quasar-tiptap/commit/821d3947e106b4851d727fbc8128e8d850e14540))
* **extension:** null exception in menu bubble ([3013a4d](https://github.com/donotebase/quasar-tiptap/commit/3013a4d599b465e0ba5c4f367c4a4b6816b8e902))
* **extension:** Unexpected alignment. (fixed [#47](https://github.com/donotebase/quasar-tiptap/issues/47)) ([a5385dc](https://github.com/donotebase/quasar-tiptap/commit/a5385dcb73cb80ebe8e69db53e060e6c1e9de009))
* **extenstion:** Unexpected heading level. (fixed [#48](https://github.com/donotebase/quasar-tiptap/issues/48)) ([6b62808](https://github.com/donotebase/quasar-tiptap/commit/6b62808b4fb29a682be80b4af4c27f75f93df4b1))

# [1.9.0](https://github.com/donotebase/quasar-tiptap/compare/@1.8.0...@1.9.0) (2021-01-16)


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": "quasar-tiptap",
"version": "1.9.0",
"version": "1.9.1",
"description": "A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js",
"productName": "Quasar Tiptap",
"scripts": {
Expand Down

0 comments on commit ad5bca7

Please sign in to comment.