Skip to content

Commit 666062a

Browse files
committed
Mark version 6.4.1
1 parent e2601f9 commit 666062a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.4.1 (2024-02-19)
2+
3+
### Bug fixes
4+
5+
Fix an issue that caused widgets at the end of a mark decoration to be rendered in their own separate mark DOM element.
6+
17
## 6.4.0 (2023-12-28)
28

39
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/state",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Editor state data structures for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)