diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c91e2a..7ef2d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.3.1 (2023-10-18) + +### Bug fixes + +Give the tag property on `FacetReader` the type of the output type parameter to force TypeScript to infer the proper type when converting from `Facet` to `FacetReader`. + ## 6.3.0 (2023-10-12) ### New features diff --git a/package.json b/package.json index 9bef6de..0f6ff6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/state", - "version": "6.3.0", + "version": "6.3.1", "description": "Editor state data structures for the CodeMirror code editor", "scripts": { "test": "cm-runtests",