We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66732d2 commit 818aedfCopy full SHA for 818aedf
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.9.1 (2025-10-23)
2
+
3
+### Bug fixes
4
5
+Properly display diagnostics that just cover multiple newlines as widgets.
6
7
## 6.9.0 (2025-10-02)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lint",
- "version": "6.9.0",
+ "version": "6.9.1",
"description": "Linting support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments