Skip to content

Commit d0c97ba

Browse files
committed
Mark version 6.6.2
1 parent f5caca0 commit d0c97ba

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.6.2 (2024-09-17)
2+
3+
### Bug fixes
4+
5+
Fix an issue causing `selectParentSyntax` to not select syntax that is a direct child of the top node.
6+
7+
Make `selectParentSyntax` return false when it doesn't change the selection.
8+
19
## 6.6.1 (2024-08-31)
210

311
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/commands",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)