From 4361eb4f345015273ec7054036264f7234db68a0 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 28 Dec 2023 18:27:08 +0100 Subject: [PATCH] Mark version 6.3.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f642f..780739d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.3.3 (2023-12-28) + +### Bug fixes + +Fix an issue causing cursor motion commands to not dispatch a transaction when the change only affects cursor associativity. + ## 6.3.2 (2023-11-28) ### Bug fixes diff --git a/package.json b/package.json index abec8c2..eaaa4f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/commands", - "version": "6.3.2", + "version": "6.3.3", "description": "Collection of editing commands for the CodeMirror code editor", "scripts": { "test": "cm-runtests",