Skip to content

Commit 241b1de

Browse files
committed
Mark version 6.10.2
1 parent cb00e70 commit 241b1de

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.10.2 (2024-06-03)
2+
3+
### Bug fixes
4+
5+
Fix an infinite loop that could occur when enabling `bidiIsolates` in documents with both bidirectional text and very long lines.
6+
17
## 6.10.1 (2024-02-02)
28

39
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/language",
3-
"version": "6.10.1",
3+
"version": "6.10.2",
44
"description": "Language support infrastructure for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)