@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.
- package/CHANGELOG.md +13 -0
- 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