diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f9de3fb1..a89791fd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 2.28.2 + +- `Fix` — Get rid of redundant logs from the build + +### 2.28.1 + +- `Fix` — Some Block were be skipped on saving after pasting them as HTML + ### 2.28.0 - `New` - Block ids now displayed in DOM via a data-id attribute. Could be useful for plugins that want to access a Block's element by id. @@ -23,7 +31,6 @@ - `Improvement` - `blocks.update(id, data)` now can accept partial data object — it will update only passed properties, others will remain the same. - `Improvement` - `blocks.update(id, data)` now will trigger onChange with only `block-change` event. - `Improvement` - `blocks.update(id, data)` will return a promise with BlockAPI object of the changed block. -- `Fix` — Some Block were be skipped on saving after pasting them as HTML ### 2.27.2 diff --git a/package.json b/package.json index c77cfb45..88ff717e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@editorjs/editorjs", - "version": "2.28.0", + "version": "2.28.2", "description": "Editor.js — Native JS, based on API and Open Source", "main": "dist/editorjs.umd.js", "module": "dist/editorjs.mjs",