Skip to content

Commit bcc504c

Browse files
committed
Mark version 6.12.1
1 parent d131a0f commit bcc504c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 6.12.0 (2025-12-22)
1+
## 6.12.1 (2025-12-22)
22

3-
### New features
3+
### Bug fixes
44

5-
`LRLanguage.reconfigure` now supports changing the language data associated with the language.
5+
Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.
66

77
## 6.11.3 (2025-08-15)
88

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

0 commit comments

Comments
 (0)