diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a585e..e39af62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.7.1 (2024-05-15) + +### Bug fixes + +Don't perform an additional superfluous timed lint run after `forceLinting` has been called. + ## 6.7.0 (2024-04-30) ### New features diff --git a/package.json b/package.json index 3085959..50d48b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lint", - "version": "6.7.0", + "version": "6.7.1", "description": "Linting support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",