Skip to content

Commit 7693f35

Browse files
committed
Mark version 6.18.5
1 parent acba2e0 commit 7693f35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.18.5 (2025-02-11)
2+
3+
### Bug fixes
4+
5+
Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.
6+
17
## 6.18.4 (2024-12-17)
28

39
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/autocomplete",
3-
"version": "6.18.4",
3+
"version": "6.18.5",
44
"description": "Autocompletion for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)