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](#14) ([f0c857b](f0c857b))
* **editor:** resolve untranslated label, fixed [#13](#13) ([f6fd5e7](f6fd5e7))
* **extension:** hide settins button, fixed [#16](#16) ([da28026](da28026))
* **image:** tooltips for lock aspect ratio, fixed [#15](#15) ([47e6903](47e6903))
* fixed json error ([0546f8f](0546f8f))
  • Loading branch information
semantic-release-bot committed Jun 14, 2020
1 parent da28026 commit 16b4290
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 16b4290

Please sign in to comment.