From da29bf03f71ef43a53bb7dac7f358cb3261f68dd Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 19 Jun 2024 08:51:10 +0200 Subject: [PATCH] Mark version 6.16.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b479406..ad21dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.16.3 (2024-06-19) + +### Bug fixes + +Avoid adding an `aria-autocomplete` attribute to the editor when there are no active sources active. + ## 6.16.2 (2024-05-31) ### Bug fixes diff --git a/package.json b/package.json index eda38c0..f35256a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/autocomplete", - "version": "6.16.2", + "version": "6.16.3", "description": "Autocompletion for the CodeMirror code editor", "scripts": { "test": "cm-runtests",