diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eb302..d0d6a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.28.4 (2024-07-03) + +### Bug fixes + +Fix a bug where EditContext-based editing could corrupt the document in some situations. + ## 6.28.3 (2024-07-01) ### Bug fixes diff --git a/package.json b/package.json index 8bb54bc..85f0c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/view", - "version": "6.28.3", + "version": "6.28.4", "description": "DOM view component for the CodeMirror code editor", "scripts": { "test": "cm-runtests",