From 90283323da269dcbc34a40b4dcab7fa1ab22d777 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Fri, 6 Oct 2023 13:18:13 +0200 Subject: [PATCH] Mark version 6.2.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daa232..4a7e86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.2.2 (2023-10-06) + +### Bug fixes + +Fix a bug in `insertNewlineContinueMarkup` that caused it to put the cursor in the wrong place when the editor's line break was more than one character long. + ## 6.2.1 (2023-09-14) ### Bug fixes diff --git a/package.json b/package.json index 4989cd5..ac65b91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-markdown", - "version": "6.2.1", + "version": "6.2.2", "description": "Markdown language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",