Skip to content

Commit 3e60a92

Browse files
chore(master): release 1.6.2 (#260)
1 parent 465754b commit 3e60a92

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.2](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.1...v1.6.2) (2024-12-24)
4+
5+
6+
### Bug Fixes
7+
8+
* update prosemirror dependencies and fix type of ignoreMutation ([#259](https://github.com/ProseMirror/prosemirror-tables/issues/259)) ([465754b](https://github.com/ProseMirror/prosemirror-tables/commit/465754b97ecbca4778e0cc667511cd59f16db92a))
9+
310
## [1.6.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.6.0...v1.6.1) (2024-10-30)
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.1",
3+
"version": "1.6.2",
44
"packageManager": "[email protected]",
55
"description": "ProseMirror's rowspan/colspan tables component",
66
"type": "module",

0 commit comments

Comments
 (0)