Skip to content

Commit 0d719cc

Browse files
committed
Mark version 6.16.0
1 parent 4f944fc commit 0d719cc

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.16.0 (2024-04-12)
2+
3+
### New features
4+
5+
The new `activateOnCompletion` option allows autocompletion to be configured to chain completion activation for some types of completions.
6+
17
## 6.15.0 (2024-03-13)
28

39
### New features

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

0 commit comments

Comments
 (0)