diff --git a/CHANGELOG.md b/CHANGELOG.md index dc740c16..d449d49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.5.0...v1.5.1) (2024-10-23) + + +### Bug Fixes + +* fix cell boundary selection cheap elimination ([#251](https://github.com/ProseMirror/prosemirror-tables/issues/251)) ([41e4139](https://github.com/ProseMirror/prosemirror-tables/commit/41e4139073f2e97bc86987adf80c7f3fa5a6dbda)) + ## [1.5.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.4.2...v1.5.0) (2024-08-22) diff --git a/package.json b/package.json index cd4d61a1..89ee5112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosemirror-tables", - "version": "1.5.0", + "version": "1.5.1", "packageManager": "pnpm@9.7.0", "description": "ProseMirror's rowspan/colspan tables component", "type": "module",