diff --git a/CHANGELOG.md b/CHANGELOG.md index 59202dd..7ee6263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.20.2 (2023-09-25) + +### Bug fixes + +Fix an issue in the way the DOM selection is being read that could break backspacing of widgets on Android. + +Fix a bug where the editor could incorrectly computate its transform scale when it was small. + ## 6.20.1 (2023-09-22) ### Bug fixes diff --git a/package.json b/package.json index 2ffb58c..ee32127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.20.1", + "version": "6.20.2", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",