Skip to content

Commit

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

### Bug Fixes

* table button ([10eaad6](10eaad6))
* **extenstion:** text-format dropdown, indent key bindings ([60a983a](60a983a))
* **heading:** set heading id ([b5c1406](b5c1406))
* **heading:** The type of level is int ([711cf7b](711cf7b))
* **list:** list dropdown menu ([6e940ca](6e940ca))
  • Loading branch information
semantic-release-bot committed May 1, 2020
1 parent 10eaad6 commit 10a60d6
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.2](https://github.com/donotebase/quasar-tiptap/compare/@[email protected]) (2020-05-01)


### Bug Fixes

* table button ([10eaad6](https://github.com/donotebase/quasar-tiptap/commit/10eaad6f6d177f9c73b27862c7001da80b95fb13))
* **extenstion:** text-format dropdown, indent key bindings ([60a983a](https://github.com/donotebase/quasar-tiptap/commit/60a983a03bb31be2d533f430b8d0e8360ba5403b))
* **heading:** set heading id ([b5c1406](https://github.com/donotebase/quasar-tiptap/commit/b5c14069acda5c5189f01932d00e220d670dce27))
* **heading:** The type of level is int ([711cf7b](https://github.com/donotebase/quasar-tiptap/commit/711cf7b19fcc59c8b818b71ca22107f5bfe7119c))
* **list:** list dropdown menu ([6e940ca](https://github.com/donotebase/quasar-tiptap/commit/6e940cad7b93825f9ef6880808ca4f865f59b858))

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


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.1",
"version": "1.4.2",
"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 10a60d6

Please sign in to comment.