diff --git a/CHANGELOG.md b/CHANGELOG.md index 16175cd..59202dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.20.1 (2023-09-22) + +### Bug fixes + +Fix a crash in plugin event handlers after dynamic reconfiguration. + +Fix an issue where, on Chrome, tooltips would no longer use fixed positioning. + ## 6.20.0 (2023-09-20) ### Bug fixes diff --git a/package.json b/package.json index 5d4d779..2ffb58c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.20.0", + "version": "6.20.1", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",