From 796086451ae899f1994ecdc6d80e019555724ad6 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 12 Feb 2025 15:59:48 +0100 Subject: [PATCH] Mark version 6.18.6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5370a..f6cef34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.18.6 (2025-02-12) + +### Bug fixes + +Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly. + ## 6.18.5 (2025-02-11) ### Bug fixes diff --git a/package.json b/package.json index 8f9b47e..aba40ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/autocomplete", - "version": "6.18.5", + "version": "6.18.6", "description": "Autocompletion for the CodeMirror code editor", "scripts": { "test": "cm-runtests",