From 21ac511a52eae33e16d4c3fb04d88fea32510018 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:05:26 +0300 Subject: [PATCH] Bump version up to 2.30.7-rc.0 (#2838) * Bump version * Update package.json --------- 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 6d0917c88..be2cc032a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.30.6", + "version": "2.31.0-rc.0", "description": "Editor.js — open source block-style WYSIWYG editor with JSON output", "main": "dist/editorjs.umd.js", "module": "dist/editorjs.mjs",