diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ba0c9..8433809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.34.2 (2024-11-05) + +### Bug fixes + +Fix the default cursor color for dark themes, which was way too dark. + ## 6.34.1 (2024-09-27) ### Bug fixes diff --git a/package.json b/package.json index 13ea966..936544b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.34.1", + "version": "6.34.2", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",