diff --git a/packages/form-js/CHANGELOG.md b/packages/form-js/CHANGELOG.md index 90aaf279c..4dff22d40 100644 --- a/packages/form-js/CHANGELOG.md +++ b/packages/form-js/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to [form-js](https://github.com/bpmn-io/form-js) are documen ___Note:__ Yet to be released changes appear here._ +## 1.3.3 + +## General + +* `FIX`: getSchemaVariables filters all non-string variables ([#860](https://github.com/bpmn-io/form-js/issues/860)) +* `FIX`: properly handle getSchemaVariables when combining contexts with paths ([#860](https://github.com/bpmn-io/form-js/issues/860)) + ## 1.3.2 ### Viewer