Skip to content

Commit 2ffcff1

Browse files
committed
Mark version 6.8.4
1 parent b007de2 commit 2ffcff1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.8.4 (2024-11-28)
2+
3+
### Bug fixes
4+
5+
Don't create overlapping decorations when diagnostics overlap.
6+
7+
Fix an issue where block widgets could cause the lint gutter to show diagnostics multiple times.
8+
19
## 6.8.3 (2024-11-21)
210

311
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/lint",
3-
"version": "6.8.3",
3+
"version": "6.8.4",
44
"description": "Linting support for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)