Skip to content

Commit 2b48f4d

Browse files
committed
Mark version 6.2.4
1 parent fc71e46 commit 2b48f4d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.2.4 (2025-05-14)
2+
3+
### Bug fixes
4+
5+
Fix a crash in the `esLint` helper when a rule's `meta.docs` isn't defined.
6+
7+
Properly dedent lines starting with an opening curly brace below composite statements like `for`/`while`.
8+
19
## 6.2.3 (2025-02-12)
210

311
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lang-javascript",
3-
"version": "6.2.3",
3+
"version": "6.2.4",
44
"description": "JavaScript language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)