Skip to content

Commit 816c616

Browse files
committed
Mark version 6.10.7
1 parent 8b28e31 commit 816c616

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.10.7 (2024-12-17)
2+
3+
### Bug fixes
4+
5+
Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
6+
7+
Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
8+
19
## 6.10.6 (2024-11-29)
210

311
### Bug fixes

package.json

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

0 commit comments

Comments
 (0)