From d0c97ba5de9d1b5d42fa5a713f0c9d64a3134a3c Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 17 Sep 2024 10:16:28 +0200 Subject: [PATCH] Mark version 6.6.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",