Skip to content

Commit 2be11c5

Browse files
committed
Mark version 6.7.0
1 parent 7a1cf39 commit 2be11c5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.7.0 (2024-10-07)
2+
3+
### Bug fixes
4+
5+
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.
6+
7+
### New features
8+
9+
Add commands for by-string-index cursor motion that ignores text direction.
10+
111
## 6.6.2 (2024-09-17)
212

313
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/commands",
3-
"version": "6.6.2",
3+
"version": "6.7.0",
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)