Skip to content

Commit 693b4a3

Browse files
committed
Mark version 6.5.2
1 parent 87efec8 commit 693b4a3

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.5.2 (2025-09-30)
2+
3+
### Bug fixes
4+
5+
Properly tokenize multi-line strings in TOML mode.
6+
7+
Properly declare comment syntax metadata for the Q language.
8+
19
## 6.5.1 (2025-04-22)
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/legacy-modes",
3-
"version": "6.5.1",
3+
"version": "6.5.2",
44
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)