diff --git a/CHANGELOG.md b/CHANGELOG.md index 4badd0fe..040ce1d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.18.0](https://github.com/Leecason/element-tiptap/compare/@1.17.2...@1.18.0) (2020-04-02) + + +### Features + +* **font-type:** ✨ add new extension FontType ([0c5bd28](https://github.com/Leecason/element-tiptap/commit/0c5bd28be985f3771222853989f1673c9c6f5e30)) +* **i18n:** support german ([46bd42c](https://github.com/Leecason/element-tiptap/commit/46bd42c38f6b9ed1fdf3ff23d7f37de93a0a5493)) + ## [1.17.2](https://github.com/Leecason/element-tiptap/compare/@1.17.1...@1.17.2) (2020-03-31) diff --git a/package.json b/package.json index 185b2a3e..8626ddbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.17.2", + "version": "1.18.0", "description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {