Skip to content

Commit f999611

Browse files
committed
Mark version 6.4.0
1 parent 8c7d3d9 commit f999611

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.4.0 (2024-04-17)
2+
3+
### Bug fixes
4+
5+
Fix an issue where `deleteLine` sometimes leaves the cursor on the wrong line.
6+
7+
### New features
8+
9+
The new `deleteCharBackwardStrict` command just deletes a character, without further smart behavior around indentation.
10+
111
## 6.3.3 (2023-12-28)
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.3.3",
3+
"version": "6.4.0",
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)