diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c97ea5..6822c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.14.0 (2024-03-10) + +### New features + +Completion results can now define a `map` method that can be used to adjust position-dependent information for document changes. + ## 6.13.0 (2024-02-29) ### New features diff --git a/package.json b/package.json index 889a5af..df0868b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/autocomplete", - "version": "6.13.0", + "version": "6.14.0", "description": "Autocompletion for the CodeMirror code editor", "scripts": { "test": "cm-runtests",