diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b81629d..dea831ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/Leecason/element-tiptap/compare/@1.7.2...@1.8.0) (2020-02-21) + + +### Features + +* **i18n:** 🌐i18n pl support ([578c2fe](https://github.com/Leecason/element-tiptap/commit/578c2feca29a26a37253c16d293219d634f26873)) + ## [1.7.2](https://github.com/Leecason/element-tiptap/compare/@1.7.1...@1.7.2) (2020-02-08) diff --git a/package.json b/package.json index 6112abfb..6f3fc9d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.7.2", + "version": "1.8.0", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {