We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d6556 commit 0718a09Copy full SHA for 0718a09
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.8.5 (2025-03-26)
2
+
3
+### Bug fixes
4
5
+Fix a regression (since 6.8.4) that broke the `markerFilter` option.
6
7
## 6.8.4 (2024-11-28)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lint",
- "version": "6.8.4",
+ "version": "6.8.5",
"description": "Linting support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments