From 067ba8807a15eaaf78b3386adc0e89735d2170c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Oct 2020 09:08:52 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/donotebase/quasar-tiptap/compare/@1.6.1...@1.7.0) (2020-10-05) ### Bug Fixes * **editor:** Restrict selected cell count in this editor instance ([4ce736b](https://github.com/donotebase/quasar-tiptap/commit/4ce736b58779ead697bebadd6c96b9f64645be3c)) ### Features * **service:** Add settings for Youbube, such as autoplay. (close [#33](https://github.com/donotebase/quasar-tiptap/issues/33)) ([ee52a17](https://github.com/donotebase/quasar-tiptap/commit/ee52a17947a73c6e961b092650b178050b5dd6c6)) * **service:** Add settings for Youtube, such as autoplay. (close [#33](https://github.com/donotebase/quasar-tiptap/issues/33)) ([780dec8](https://github.com/donotebase/quasar-tiptap/commit/780dec882075e9ec1f4386a08c412bf82d3e764c)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1820ffd..1697ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.7.0](https://github.com/donotebase/quasar-tiptap/compare/@1.6.1...@1.7.0) (2020-10-05) + + +### Bug Fixes + +* **editor:** Restrict selected cell count in this editor instance ([4ce736b](https://github.com/donotebase/quasar-tiptap/commit/4ce736b58779ead697bebadd6c96b9f64645be3c)) + + +### Features + +* **service:** Add settings for Youbube, such as autoplay. (close [#33](https://github.com/donotebase/quasar-tiptap/issues/33)) ([ee52a17](https://github.com/donotebase/quasar-tiptap/commit/ee52a17947a73c6e961b092650b178050b5dd6c6)) +* **service:** Add settings for Youtube, such as autoplay. (close [#33](https://github.com/donotebase/quasar-tiptap/issues/33)) ([780dec8](https://github.com/donotebase/quasar-tiptap/commit/780dec882075e9ec1f4386a08c412bf82d3e764c)) + ## [1.6.1](https://github.com/donotebase/quasar-tiptap/compare/@1.6.0...@1.6.1) (2020-09-18) diff --git a/package.json b/package.json index b9cd758..c1a06c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quasar-tiptap", - "version": "1.6.1", + "version": "1.7.0", "description": "A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js", "productName": "Quasar Tiptap", "scripts": {