@itwin/imodel-transformer 0.0.1-dev.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # Change Log - @itwin/imodel-transformer
2
+
3
+ This log was last generated on Fri, 31 Mar 2023 20:21:22 GMT and should not be manually modified.
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 0.1.0
8
+
9
+ Fri, 31 Mar 2023 20:21:22 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - version reset ([commit](https://github.com/iTwin/transformer/commit/f88a868c8dfbbf6bae42840d9210eb2c0f00359d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-transformer",
3
- "version": "0.0.1-dev.0",
3
+ "version": "0.1.0",
4
4
  "description": "API for exporting an iModel's parts and also importing them into another iModel",
5
5
  "main": "lib/cjs/transformer.js",
6
6
  "typings": "lib/cjs/transformer",