diff --git a/CHANGELOG.md b/CHANGELOG.md index a953341..7093b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.27.1](https://github.com/Leecason/element-tiptap/compare/@1.27.0...@1.27.1) (2021-12-17) + + +### Bug Fixes + +* fix "Duplicate use of selection JSON ID cell" ([ac098d7](https://github.com/Leecason/element-tiptap/commit/ac098d70c361045eb5fe371b91f7fd234d2098d2)), closes [#381](https://github.com/Leecason/element-tiptap/issues/381) [#324](https://github.com/Leecason/element-tiptap/issues/324) [#375](https://github.com/Leecason/element-tiptap/issues/375) [#66](https://github.com/Leecason/element-tiptap/issues/66) + # [1.27.0](https://github.com/Leecason/element-tiptap/compare/@1.26.2...@1.27.0) (2021-12-03) diff --git a/package.json b/package.json index c576cc3..a04fd07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.27.0", + "version": "1.27.1", "description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {