diff --git a/CHANGELOG.md b/CHANGELOG.md index 6800dcc..d73fe43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.3.0](https://github.com/donotebase/quasar-tiptap/compare/@1.2.3...@1.3.0) (2020-04-26) + + +### Bug Fixes + +* **i18n:** iframe key, fixed [#8](https://github.com/donotebase/quasar-tiptap/issues/8) ([e46216a](https://github.com/donotebase/quasar-tiptap/commit/e46216a82a5bb1e79096897a9b39e0150b56d6b5)) + + +### Features + +* polish locale, project level DEFAULT_LOCALE ([419807a](https://github.com/donotebase/quasar-tiptap/commit/419807a0879059239519caa75562dd50d60b54d2)) + ## [1.2.3](https://github.com/donotebase/quasar-tiptap/compare/@1.2.2...@1.2.3) (2020-04-24) diff --git a/package.json b/package.json index 647a5a2..fc48d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quasar-tiptap", - "version": "1.2.3", + "version": "1.3.0", "description": "A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js", "productName": "Quasar Tiptap", "scripts": {