Skip to content

Commit

Permalink
chore(master): release 1.5.1 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
1 parent 41e4139 commit 40677ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/ProseMirror/prosemirror-tables/compare/v1.5.0...v1.5.1) (2024-10-23)


### Bug Fixes

* fix cell boundary selection cheap elimination ([#251](https://github.com/ProseMirror/prosemirror-tables/issues/251)) ([41e4139](https://github.com/ProseMirror/prosemirror-tables/commit/41e4139073f2e97bc86987adf80c7f3fa5a6dbda))

## [1.5.0](https://github.com/ProseMirror/prosemirror-tables/compare/v1.4.2...v1.5.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-tables",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"description": "ProseMirror's rowspan/colspan tables component",
"type": "module",
Expand Down

0 comments on commit 40677ee

Please sign in to comment.