From bc65cfff9754b3131abebe10e2929d7e38062dbb Mon Sep 17 00:00:00 2001 From: formfcw Date: Tue, 23 Jul 2024 13:51:51 +0200 Subject: [PATCH] update package.json --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45b3228..34c81a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "directus-extension-flexible-editor", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "directus-extension-flexible-editor", - "version": "1.6.1", + "version": "1.7.0", "license": "GPL-3.0", "dependencies": { "@tiptap/core": "^2.2.4", diff --git a/package.json b/package.json index 30991d4..8c82a26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "directus-extension-flexible-editor", - "version": "1.6.1", + "version": "1.7.0", "description": "A rich text editor (WYSIWYG) with JSON output that allows the integration of M2A relations to make it extremely flexible.", "license": "GPL-3.0", "author": {