Skip to content

Commit

Permalink
chore(release): 1.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.4](https://github.com/donotebase/quasar-tiptap/compare/@[email protected]) (2020-06-14)

### Bug Fixes

* **editor:** remove unused console.log, fixed [#14](donotebase/quasar-tiptap#14) ([f0c857b](donotebase/quasar-tiptap@f0c857b))
* **editor:** resolve untranslated label, fixed [#13](donotebase/quasar-tiptap#13) ([f6fd5e7](donotebase/quasar-tiptap@f6fd5e7))
* **extension:** hide settins button, fixed [#16](donotebase/quasar-tiptap#16) ([da28026](donotebase/quasar-tiptap@da28026))
* **image:** tooltips for lock aspect ratio, fixed [#15](donotebase/quasar-tiptap#15) ([47e6903](donotebase/quasar-tiptap@47e6903))
* fixed json error ([0546f8f](donotebase/quasar-tiptap@0546f8f))
  • Loading branch information
devjohnvhel0428 committed Jun 14, 2020
1 parent ed4c7bc commit 596769f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.4.4](https://github.com/donotebase/quasar-tiptap/compare/@[email protected]) (2020-06-14)


### Bug Fixes

* **editor:** remove unused console.log, fixed [#14](https://github.com/donotebase/quasar-tiptap/issues/14) ([f0c857b](https://github.com/donotebase/quasar-tiptap/commit/f0c857ba3038329e8be403d692afcdad04ac40c5))
* **editor:** resolve untranslated label, fixed [#13](https://github.com/donotebase/quasar-tiptap/issues/13) ([f6fd5e7](https://github.com/donotebase/quasar-tiptap/commit/f6fd5e77ed0aaf495bfefe5929101dfee278479a))
* **extension:** hide settins button, fixed [#16](https://github.com/donotebase/quasar-tiptap/issues/16) ([da28026](https://github.com/donotebase/quasar-tiptap/commit/da280268fac427bce64bb513b6b9575f97d0df2e))
* **image:** tooltips for lock aspect ratio, fixed [#15](https://github.com/donotebase/quasar-tiptap/issues/15) ([47e6903](https://github.com/donotebase/quasar-tiptap/commit/47e6903707744b41836b1e84972c1f681f615813))
* fixed json error ([0546f8f](https://github.com/donotebase/quasar-tiptap/commit/0546f8f41a06f9b24aae80878542d7f583e6f20d))

## [1.4.3](https://github.com/donotebase/quasar-tiptap/compare/@[email protected]) (2020-05-05)


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.4.3",
"version": "1.4.4",
"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 596769f

Please sign in to comment.