diff --git a/CHANGELOG.md b/CHANGELOG.md index edbacde..1aceb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.4.9 (2024-04-12) + +### Bug fixes + +Fix a bug in `autoCloseTags` that made tags not close when typing > after an attribute. + ## 6.4.8 (2024-01-23) ### Bug fixes diff --git a/package.json b/package.json index 51101c8..613686e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-html", - "version": "6.4.8", + "version": "6.4.9", "description": "HTML language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",