Skip to content

Commit b2cbf25

Browse files
committed
Mark version 6.5.3
1 parent 386d55d commit b2cbf25

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.3 (2025-12-22)
2+
3+
### Bug fixes
4+
5+
Fix an issue where `RangeValue.eq` could get called with a value of a different class.
6+
7+
`EditorState.charCategorizer` now only uses the highest-precedence set of word characters from the language data, to allow overriding these.
8+
19
## 6.5.2 (2025-02-03)
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/state",
3-
"version": "6.5.2",
3+
"version": "6.5.3",
44
"description": "Editor state data structures for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)