diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baacf2..f619b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.4.7 (2023-11-27) + +### Bug fixes + +Parse `script` tags with `application/json` type as JSON syntax. + ## 6.4.6 (2023-08-28) ### Bug fixes diff --git a/package.json b/package.json index d8b7bc9..592d728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/lang-html", - "version": "6.4.6", + "version": "6.4.7", "description": "HTML language support for the CodeMirror code editor", "scripts": { "test": "cm-runtests",