diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb05fa..a05b23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.11.1 (2023-11-27) + +### Bug fixes + +Fix a bug that caused typing over closed brackets after pressing enter to still not work in many situations. + ## 6.11.0 (2023-11-09) ### Bug fixes diff --git a/package.json b/package.json index c2b5067..cbdb543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/autocomplete", - "version": "6.11.0", + "version": "6.11.1", "description": "Autocompletion for the CodeMirror code editor", "scripts": { "test": "cm-runtests",