diff --git a/CHANGELOG.md b/CHANGELOG.md index cabd673..ef42616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.6.2 (2024-09-17) + +### Bug fixes + +Fix an issue causing `selectParentSyntax` to not select syntax that is a direct child of the top node. + +Make `selectParentSyntax` return false when it doesn't change the selection. + ## 6.6.1 (2024-08-31) ### Bug fixes diff --git a/package.json b/package.json index 0315018..7fa5d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/commands", - "version": "6.6.1", + "version": "6.6.2", "description": "Collection of editing commands for the CodeMirror code editor", "scripts": { "test": "cm-runtests",