Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit a202a00

Browse files
committed
Mark version 6.2.5
1 parent 190b567 commit a202a00

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.2.5 (2026-03-02)
2+
3+
### Bug fixes
4+
5+
Support code folding of JSX elements and tags.
6+
7+
When reading properties in `scopeCompletionSource`, use the original object, not a prototype.
8+
19
## 6.2.4 (2025-05-14)
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/lang-javascript",
3-
"version": "6.2.4",
3+
"version": "6.2.5",
44
"description": "JavaScript language support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)