diff --git a/CHANGELOG.md b/CHANGELOG.md index f09c629..66eb302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.28.3 (2024-07-01) + +### Bug fixes + +Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows. + ## 6.28.2 (2024-06-21) ### Bug fixes diff --git a/package.json b/package.json index af5bda0..8bb54bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.28.2", + "version": "6.28.3", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",