From 63641324640f6c3c5e0c712a65b58af0860bc78f Mon Sep 17 00:00:00 2001 From: "Jason.Chickneas" Date: Mon, 24 Jun 2024 09:02:35 -0700 Subject: [PATCH] wip: update version and changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",