Skip to content

Commit 0e49b08

Browse files
committed
Mark version 6.18.7
1 parent 0b3a0a9 commit 0e49b08

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.18.7 (2025-09-02)
2+
3+
### Bug fixes
4+
5+
Add a binding for Alt-i to trigger `startCompletion`, following VS Code's current default bindings.
6+
7+
Improve handling of nested fields in snippets.
8+
19
## 6.18.6 (2025-02-12)
210

311
### 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.6",
3+
"version": "6.18.7",
44
"description": "Autocompletion for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)