diff --git a/CHANGELOG.md b/CHANGELOG.md index a36ce76..0e526e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/donotebase/quasar-tiptap/compare/@1.5.0...@1.5.1) (2020-08-22) + + +### Bug Fixes + +* **prosemirror-model:** multiple versions of prosemirror-model, fixed [#29](https://github.com/donotebase/quasar-tiptap/issues/29) ([a293fd1](https://github.com/donotebase/quasar-tiptap/commit/a293fd1a10f37b0338a8e7ca27a1dc10e85f9a15)) + # [1.5.0](https://github.com/donotebase/quasar-tiptap/compare/@1.4.7...@1.5.0) (2020-08-20) diff --git a/package.json b/package.json index 385c003..9521525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quasar-tiptap", - "version": "1.5.0", + "version": "1.5.1", "description": "A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js", "productName": "Quasar Tiptap", "scripts": {