Skip to content

Commit

Permalink
Mark version 6.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 24, 2024
1 parent 35644c1 commit 8d8a153
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.2 (2024-09-24)

### Bug fixes

Show lint markers for code replaced by a block widget.

When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.

## 6.8.1 (2024-06-19)

### 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.1",
"version": "6.8.2",
"description": "Linting support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit 8d8a153

Please sign in to comment.