Skip to content

Commit

Permalink
Mark version 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 9, 2023
1 parent dc6fa51 commit beb3d9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## 6.11.0 (2023-11-09)

### Bug fixes

Fix an issue that would prevent typing over closed brackets after starting a new line with enter.

### New features

Additional elements rendered in completion options with `addToOptions` are now given access to the editor view.

## 6.10.2 (2023-10-13)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/autocomplete",
"version": "6.10.2",
"version": "6.11.0",
"description": "Autocompletion for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
Expand Down

0 comments on commit beb3d9e

Please sign in to comment.