diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b9f43..3cea780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d23b690..562a454 100644 --- a/package.json +++ b/package.json @@ -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",