Skip to content

Commit a7a19f5

Browse files
committed
Mark version 6.10.4
1 parent 96ca637 commit a7a19f5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.10.4 (2024-11-24)
2+
3+
### Bug fixes
4+
5+
Join adjacent tokens of the same type into a single token in .
6+
7+
Call stream language indent functions even when the language is used as a nested parser.
8+
9+
Fix a crash in `StreamParser` when a parse was resumed with different input ranges.
10+
111
## 6.10.3 (2024-09-19)
212

313
### 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.3",
3+
"version": "6.10.4",
44
"description": "Language support infrastructure for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)