From 3cbe128af9e29c420b3c64a4c45bb95c1196a6ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 15:32:08 +0300 Subject: [PATCH] Bump version up to 2.24.2 (#2041) * Bump version * Change version to the 2.24.2 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 13621f60..f6dc02f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.24.1", + "version": "2.24.2", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editor.js", "types": "./types/index.d.ts",