diff --git a/CHANGELOG.md b/CHANGELOG.md index a9934de..72bee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.3.1 (2024-11-06) + +### Bug fixes + +Fix an issue where `insertNewlineContinueMarkup` didn't work with the cursor directly after an HTML tag. + ## 6.3.0 (2024-09-28) ### New features diff --git a/package.json b/package.json index 92bdb59..9e6cd08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-markdown", - "version": "6.3.0", + "version": "6.3.1", "description": "Markdown language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",