diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afba4f..98c8f9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.2.4 (2024-01-16) + +### Bug fixes + +Starting at the third list item, `insertNewlineContinueMarkup` will now keep the tightness of the list, and only require two presses to clear an empty list item. + ## 6.2.3 (2023-11-27) ### Bug fixes diff --git a/package.json b/package.json index 5d36874..b526f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-markdown", - "version": "6.2.3", + "version": "6.2.4", "description": "Markdown language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",