We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c2a97 commit 7960864Copy full SHA for 7960864
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.18.6 (2025-02-12)
2
+
3
+### Bug fixes
4
5
+Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.
6
7
## 6.18.5 (2025-02-11)
8
9
### Bug fixes
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",
0 commit comments