Skip to content

Commit 2bfe2e5

Browse files
committed
Bump version to 2.31.6 and add changelog entry
1 parent 0ae8075 commit 2bfe2e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 2.31.6
4+
5+
- `Fix` - Widen `sanitize` type on `BlockTool` and `BaseToolConstructable` to accept per-field `SanitizerConfig`
6+
37
### 2.31.5
48

59
- `Fix` - Handle __Ctrl + click__ on links with inline styles applied (e.g., bold, italic)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@editorjs/editorjs",
3-
"version": "2.31.5",
3+
"version": "2.31.6",
44
"description": "Editor.js — open source block-style WYSIWYG editor with JSON output",
55
"main": "dist/editorjs.umd.js",
66
"module": "dist/editorjs.mjs",

0 commit comments

Comments
 (0)