Skip to content

Commit aba3881

Browse files
committed
Mark version 6.5.1
1 parent 27e1977 commit aba3881

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.5.1 (2025-01-10)
2+
3+
### Bug fixes
4+
5+
`countColumn` no longer loops infinitely when given a `to` that's higher than the input string's length.
6+
17
## 6.5.0 (2024-12-09)
28

39
### New features

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.0",
3+
"version": "6.5.1",
44
"description": "Editor state data structures for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)