diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f93ae..8fde86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.5.2 (2025-02-03) + +### Bug fixes + +Fix a bug where reconfiguring a field with a new `init` value didn't update the value of the field. + ## 6.5.1 (2025-01-10) ### Bug fixes diff --git a/package.json b/package.json index ef80513..06370b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/state", - "version": "6.5.1", + "version": "6.5.2", "description": "Editor state data structures for the CodeMirror code editor", "scripts": { "test": "cm-runtests",