From 174c7c5a255626ddc1ace8d54d3b8abb423813fc Mon Sep 17 00:00:00 2001 From: harasunu-narayan Date: Tue, 1 Oct 2024 14:33:24 +0530 Subject: [PATCH] Update to v4.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbca494..0317087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-froala-wysiwyg", - "version": "4.2.2", + "version": "4.3.0", "description": "Vue plugin for Froala WYSIWYG HTML rich text editor.", "author": "Froala Labs (https://www.froala.com/)", "license": "https://froala.com/wysiwyg-editor/terms/", @@ -42,7 +42,7 @@ "dependencies": { "@babel/runtime-corejs2": "^7.7.7", "babel-runtime": "^6.26.0", - "froala-editor": "^4.2.2", + "froala-editor": "^4.3.0", "vue": "^3.2.0" }, "devDependencies": {