Skip to content

Commit

Permalink
wip: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jchick-bentley committed Jun 24, 2024
1 parent 4d3fcdf commit 6364132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6364132

Please sign in to comment.