Skip to content

Commit 9415adc

Browse files
committed
Mark version 6.7.1
1 parent c53b542 commit 9415adc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.7.1 (2024-10-21)
2+
3+
### Bug fixes
4+
5+
Change `toggleBlockCommentByLine` to not affect lines with the selection end right at their start.
6+
17
## 6.7.0 (2024-10-07)
28

39
### 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.7.0",
3+
"version": "6.7.1",
44
"description": "Collection of editing commands for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)