diff --git a/CHANGELOG.md b/CHANGELOG.md index ef443433..2650e95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.7.0](https://github.com/Leecason/element-tiptap/compare/@1.6.0...@1.7.0) (2020-01-21) + + +### Features + +* **i18n:** 🌐 enable config lang when install plugin ([d5e1def](https://github.com/Leecason/element-tiptap/commit/d5e1defabecef315d8753540be497ab1316b8a26)) +* **i18n:** 🌐 support 'zh' lang ([09ab9df](https://github.com/Leecason/element-tiptap/commit/09ab9df2f43413718ca09dc3474b59b194d146ec)) +* **i18n:** 🌐 translate extension button tooltip ([22d458c](https://github.com/Leecason/element-tiptap/commit/22d458ca2d6155f26318255efbdeee270639463f)) +* **i18n:** 🌐 translate extension control text ([279247f](https://github.com/Leecason/element-tiptap/commit/279247f479c84d5f70d641c4339135bda9430682)) + # [1.6.0](https://github.com/Leecason/element-tiptap/compare/@1.5.0...@1.6.0) (2020-01-16) diff --git a/package.json b/package.json index d74a83e2..6f16d210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "description": "A WYSIWYG editor based on Tiptap and Element.", "scripts": {