Skip to content

Commit a99f708

Browse files
chore(master): release 1.7.1 (#287)
1 parent 3346c6c commit a99f708

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.7.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.7.0...v1.7.1) (2025-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* fix validate for attribute colwidth ([#286](https://github.com/ProseMirror/prosemirror-tables/issues/286)) ([3346c6c](https://github.com/ProseMirror/prosemirror-tables/commit/3346c6c798f462a4f3d1c5ab47a2f74d62a07921))
9+
310
## [1.7.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.4...v1.7.0) (2025-04-14)
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.7.0",
3+
"version": "1.7.1",
44
"packageManager": "[email protected]",
55
"description": "ProseMirror's rowspan/colspan tables component",
66
"type": "module",

0 commit comments

Comments
 (0)