Skip to content

Commit f0316b1

Browse files
committed
Mark version 6.36.4
1 parent 61f4b5c commit f0316b1

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.36.4 (2025-03-03)
2+
3+
### Bug fixes
4+
5+
Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.
6+
17
## 6.36.3 (2025-02-18)
28

39
### 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/view",
3-
"version": "6.36.3",
3+
"version": "6.36.4",
44
"description": "DOM view component for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)