From f999611070a882de64ae10c3b2e234953cefc294 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 17 Apr 2024 17:33:43 +0200 Subject: [PATCH] Mark version 6.4.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 780739d..1d28f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.4.0 (2024-04-17) + +### Bug fixes + +Fix an issue where `deleteLine` sometimes leaves the cursor on the wrong line. + +### New features + +The new `deleteCharBackwardStrict` command just deletes a character, without further smart behavior around indentation. + ## 6.3.3 (2023-12-28) ### Bug fixes diff --git a/package.json b/package.json index eaaa4f5..883ce83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/commands", - "version": "6.3.3", + "version": "6.4.0", "description": "Collection of editing commands for the CodeMirror code editor", "scripts": { "test": "cm-runtests",