From 74eb5a32a15b4b97122143a4330ea40270cede52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Dec 2021 03:04:16 +0000 Subject: [PATCH] chore(release): 1.27.1 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {