From 3aa164d2d082890ca2eaff799b1d951a08fc4ba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:18:43 +0300 Subject: [PATCH] Bump version up to 2.30.6-rc.0 (#2818) * Bump version * 2.30.6 --------- Co-authored-by: github-actions Co-authored-by: Peter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1647190f..6d0917c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.30.5", + "version": "2.30.6", "description": "Editor.js — open source block-style WYSIWYG editor with JSON output", "main": "dist/editorjs.umd.js", "module": "dist/editorjs.mjs",