Skip to content

Commit 77e3cb2

Browse files
chore(master): release 1.8.1 (#302)
1 parent 98cdf2d commit 77e3cb2

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.8.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.0...v1.8.1) (2025-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* keep table cell type when moving a row ([#301](https://github.com/ProseMirror/prosemirror-tables/issues/301)) ([98cdf2d](https://github.com/ProseMirror/prosemirror-tables/commit/98cdf2d07e99acbd0e6aecfcc6f8acba2f0e7e65))
9+
310
## [1.8.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.7.1...v1.8.0) (2025-08-27)
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.8.0",
3+
"version": "1.8.1",
44
"packageManager": "pnpm@9.7.0",
55
"description": "ProseMirror's rowspan/colspan tables component",
66
"type": "module",

0 commit comments

Comments
 (0)