Skip to content

Commit 202a670

Browse files
committed
Mark version 6.11.0
1 parent 1961c5c commit 202a670

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.11.0 (2025-03-13)
2+
3+
### New features
4+
5+
Stream parsers now support a `mergeTokens` option that can be used to turn off automatic merging of adjacent tokens.
6+
17
## 6.10.8 (2024-12-23)
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.8",
3+
"version": "6.11.0",
44
"description": "Language support infrastructure for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)