From 231d122949f7f00febfa379604ebb3d5ce7379b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 22:04:26 +0300 Subject: [PATCH] Bump version up to 2.21.0 (#1670) * Bump version * Update CHANGELOG.md * Update package.json Co-authored-by: github-actions Co-authored-by: Peter Savchenko --- docs/CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3d567102..2eaae7b2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ### 2.21.0 -- `New` - Blocks now have a unique ID [#873](https://github.com/codex-team/editor.js/issues/873) + +- `New` - Blocks now have unique ids [#873](https://github.com/codex-team/editor.js/issues/873) ### 2.20.2 diff --git a/package.json b/package.json index 431ce100..58867de4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.20.2", + "version": "2.21.0", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editor.js", "types": "./types/index.d.ts",