Skip to content

Commit 1ebd21e

Browse files
chore(master): release 1.8.3 (#321)
1 parent cdd85e6 commit 1ebd21e

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.3](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.2...v1.8.3) (2025-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* update repository URL in package.json ([#320](https://github.com/ProseMirror/prosemirror-tables/issues/320)) ([cdd85e6](https://github.com/ProseMirror/prosemirror-tables/commit/cdd85e6b23dbf1dc2c6de53ed986bf5163b486c0))
9+
310
## [1.8.2](https://github.com/ProseMirror/prosemirror-tables/compare/v1.8.1...v1.8.2) (2025-12-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "prosemirror-tables",
33
"type": "module",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"packageManager": "[email protected]",
66
"description": "ProseMirror's rowspan/colspan tables component",
77
"license": "MIT",

0 commit comments

Comments
 (0)