diff --git a/CHANGELOG.md b/CHANGELOG.md index a3654286..ac59d6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.2](https://github.com/Leecason/element-tiptap/compare/@1.16.1...@1.16.2) (2020-03-26) + + +### Bug Fixes + +* 🐛 spellcheck init in component partial usage (fix https://github.com/Leecason/element-tiptap/issues/31) ([8eb1e91](https://github.com/Leecason/element-tiptap/commit/8eb1e91c9eff3befee7111fc66a3df462ab06457)) + ## [1.16.1](https://github.com/Leecason/element-tiptap/compare/@1.16.0...@1.16.1) (2020-03-23) diff --git a/package.json b/package.json index 7d911e51..95eb94a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.16.1", + "version": "1.16.2", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {