diff --git a/CHANGELOG.md b/CHANGELOG.md index 0185018..552bdd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log - @itwin/connector-framework +## 2.2.2 + +- fixed bug in synchronizer for updating mixed bag of new and changed child elements. New element(s) would be skipped. + ## 2.2.0-dev.1 - move access token handling to synchronizer diff --git a/package.json b/package.json index 4737fa7..d5953f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/connector-framework", - "version": "2.2.1", + "version": "2.2.2", "description": "iTwin Connector Framework", "main": "lib/src/connector-framework.js", "typings": "lib/src/connector-framework.d.ts",