From 7a667fbc60c927f235042d96f6f3c831138c9898 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Sat, 28 Sep 2024 09:53:07 +0200 Subject: [PATCH] Mark version 6.3.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca34686..a9934de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.3.0 (2024-09-28) + +### New features + +The new `htmlTagLanguage` option allows client code to configure which language is used to parse HTML tags in the document. + ## 6.2.5 (2024-04-12) ### Bug fixes diff --git a/package.json b/package.json index 4bcdcc7..92bdb59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-markdown", - "version": "6.2.5", + "version": "6.3.0", "description": "Markdown language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",