From d2c653e6f94bc47a926291cf109de8d74be94963 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 06:25:48 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/Leecason/element-tiptap/compare/@2.1.0...@2.2.0) (2023-10-26) ### Bug Fixes * fix tiptap different instances of a keyed plugin ([583a4e6](https://github.com/Leecason/element-tiptap/commit/583a4e64b0ea03aaba1512dd960127bd7ab8b0de)) ### Features * upgrade to latest tiptap, pm type import from tiptap/pm ([bcfdf40](https://github.com/Leecason/element-tiptap/commit/bcfdf4057f72f7d438407c740dc2b0ae8dd9931b)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ddcc8..a1e3745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.2.0](https://github.com/Leecason/element-tiptap/compare/@2.1.0...@2.2.0) (2023-10-26) + + +### Bug Fixes + +* fix tiptap different instances of a keyed plugin ([583a4e6](https://github.com/Leecason/element-tiptap/commit/583a4e64b0ea03aaba1512dd960127bd7ab8b0de)) + + +### Features + +* upgrade to latest tiptap, pm type import from tiptap/pm ([bcfdf40](https://github.com/Leecason/element-tiptap/commit/bcfdf4057f72f7d438407c740dc2b0ae8dd9931b)) + # [2.1.0](https://github.com/Leecason/element-tiptap/compare/@2.0.0...@2.1.0) (2023-10-26) diff --git a/package.json b/package.json index 0c92056..0a88f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "2.1.0", + "version": "2.2.0", "description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {