From 4a4981e1d8d2bb9f1a6cabde40b00444d830ecc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:11:41 +0300 Subject: [PATCH] Bump version up to 2.30.0 (#2761) * Bump version * Update package.json --------- Co-authored-by: github-actions Co-authored-by: Peter --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 89de03c0..39a0eed1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@editorjs/editorjs", - "version": "2.30.0-rc.14", - "description": "Editor.js — Native JS, based on API and Open Source", + "version": "2.30.0", + "description": "Editor.js — open source block-style WYSIWYG editor with JSON output", "main": "dist/editorjs.umd.js", "module": "dist/editorjs.mjs", "types": "./types/index.d.ts", @@ -10,7 +10,8 @@ "text editor", "editor", "editor.js", - "editorjs" + "editorjs", + "wysiwyg" ], "scripts": { "dev": "vite",