We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d564f commit 334ad44Copy full SHA for 334ad44
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.8.3 (2024-11-21)
2
+
3
+### Bug fixes
4
5
+Fix an issue that prevented tooltips in the lint gutter from being displayed.
6
7
## 6.8.2 (2024-09-24)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lint",
- "version": "6.8.2",
+ "version": "6.8.3",
"description": "Linting support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments