From 2cf150218612451ed17c6156d2fb7156437e7fcb Mon Sep 17 00:00:00 2001 From: modbender Date: Mon, 27 Jan 2025 00:27:21 +0530 Subject: [PATCH] release: v2.2.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d06ecdd..48cf1bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-tiptap-editor", - "version": "2.1.4", + "version": "2.2.0", "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App", "repository": "modbender/nuxt-tiptap-editor", "keywords": [ @@ -17,7 +17,9 @@ "wysiwyg editor", "nuxt-tiptap", "nuxt-tiptap-editor", - "nuxt editor" + "nuxt editor", + "nuxt module", + "nuxt3 module" ], "license": "MIT", "type": "module",