From d387012f2d3683a553121d732aa6c75db924ef98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Jan 2021 11:52:07 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/donotebase/quasar-tiptap/compare/@1.7.0...@1.8.0) (2021-01-16) ### Features * **toolbar:** tableToolbar as property ([051a323](https://github.com/donotebase/quasar-tiptap/commit/051a3237ec1da6bbe55fc14631eda997e877f85b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1697ed6..1a836d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/donotebase/quasar-tiptap/compare/@1.7.0...@1.8.0) (2021-01-16) + + +### Features + +* **toolbar:** tableToolbar as property ([051a323](https://github.com/donotebase/quasar-tiptap/commit/051a3237ec1da6bbe55fc14631eda997e877f85b)) + # [1.7.0](https://github.com/donotebase/quasar-tiptap/compare/@1.6.1...@1.7.0) (2020-10-05) diff --git a/package.json b/package.json index a85b5d6..4826365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quasar-tiptap", - "version": "1.7.0", + "version": "1.8.0", "description": "A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js", "productName": "Quasar Tiptap", "scripts": {