diff --git a/CHANGELOG.md b/CHANGELOG.md index ef42616..72c979e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.7.0 (2024-10-07) + +### Bug fixes + +Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser. + +### New features + +Add commands for by-string-index cursor motion that ignores text direction. + ## 6.6.2 (2024-09-17) ### Bug fixes diff --git a/package.json b/package.json index 7fa5d98..078b34f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/commands", - "version": "6.6.2", + "version": "6.7.0", "description": "Collection of editing commands for the CodeMirror code editor", "scripts": { "test": "cm-runtests",