From 77eb320203e5a25e9b8699de6fe0a0cc285da73e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:33:27 +0300 Subject: [PATCH] Bump version up to 2.28.1-rc.0 (#2468) * Bump version * use 2.29.0-rc.0 --------- Co-authored-by: github-actions Co-authored-by: Peter Savchenko --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c77cfb45..66ee80ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.28.0", + "version": "2.29.0-rc.0", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editorjs.umd.js", "module": "dist/editorjs.mjs",