diff --git a/CHANGELOG.md b/CHANGELOG.md index 450a09f..437db61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/donotebase/quasar-tiptap/compare/@1.0.0...@1.1.0) (2020-04-18) + + +### Features + +* **editor:** Editor options, close [#1](https://github.com/donotebase/quasar-tiptap/issues/1) ([3f8b4c8](https://github.com/donotebase/quasar-tiptap/commit/3f8b4c89502b5d79cd1dd3f674e4588a4e0f4e2e)) + # 1.0.0 (2020-04-17) diff --git a/package.json b/package.json index d538fb2..19afa8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quasar-tiptap", - "version": "1.0.4", + "version": "1.1.0", "description": "A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js", "productName": "Quasar Tiptap", "scripts": {