Bump version up to 2.21.0 (#1670)

* Bump version

* Update CHANGELOG.md

* Update package.json

Co-authored-by: github-actions <action@github.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
This commit is contained in:
github-actions[bot] 2021-04-27 22:04:26 +03:00 committed by GitHub
parent de364175eb
commit 231d122949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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",