diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f49f410..64d439ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [15.32.0](https://github.com/gravity-ui/markdown-editor/compare/v15.31.0...v15.32.0) (2026-01-30) + + +### Features + +* **YfmTable:** unpack single-cell tables on paste ([#943](https://github.com/gravity-ui/markdown-editor/issues/943)) ([c825e92](https://github.com/gravity-ui/markdown-editor/commit/c825e92d777021c2e12d9d3abce9f64d7afcc20e)) + ## [15.31.0](https://github.com/gravity-ui/markdown-editor/compare/v15.30.0...v15.31.0) (2026-01-28) diff --git a/package.json b/package.json index 2ebead81..04235258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "15.31.0", + "version": "15.32.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {