Skip to content

Commit

Permalink
Mark version 6.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 28, 2024
1 parent b007de2 commit 2ffcff1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.8.4 (2024-11-28)

### Bug fixes

Don't create overlapping decorations when diagnostics overlap.

Fix an issue where block widgets could cause the lint gutter to show diagnostics multiple times.

## 6.8.3 (2024-11-21)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lint",
"version": "6.8.3",
"version": "6.8.4",
"description": "Linting support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 2ffcff1

Please sign in to comment.