From d0c97d3e8e37cb83c3c854d63f20902d71aac9a1 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 30 Oct 2024 16:41:04 +0100 Subject: [PATCH] Mark version 6.18.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346d327..0abbc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.18.2 (2024-10-30) + +### Bug fixes + +Don't immediately show synchronously updated completions when there are some sources that still need to return. + ## 6.18.1 (2024-09-14) ### Bug fixes diff --git a/package.json b/package.json index 002f0ec..a734570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/autocomplete", - "version": "6.18.1", + "version": "6.18.2", "description": "Autocompletion for the CodeMirror code editor", "scripts": { "test": "cm-runtests",