Skip to content

Commit 646e6b0

Browse files
chore(master): release 1.6.4 (#268)
1 parent fd6be97 commit 646e6b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.4](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.3...v1.6.4) (2025-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* remove zero sized tables via `fixTables` ([#267](https://github.com/ProseMirror/prosemirror-tables/issues/267)) ([fd6be97](https://github.com/ProseMirror/prosemirror-tables/commit/fd6be971b799b5c6d2c1a30a52032831e5fedddc))
9+
310
## [1.6.3](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.2...v1.6.3) (2025-01-31)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-tables",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"packageManager": "[email protected]",
55
"description": "ProseMirror's rowspan/colspan tables component",
66
"type": "module",

0 commit comments

Comments
 (0)