diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bf2d8..dc9c7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.10.3 (2024-09-19) + +### Bug fixes + +Fix a TypeScript error when using `HighlightStyle` with the `exactOptionalPropertyTypes` typechecking option enabled. + +Make `delimitedIndent` align to spaces after the opening token. + ## 6.10.2 (2024-06-03) ### Bug fixes diff --git a/package.json b/package.json index a716b0c..bfc33ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/language", - "version": "6.10.2", + "version": "6.10.3", "description": "Language support infrastructure for the CodeMirror code editor", "scripts": { "test": "cm-runtests",