@itwin/imodel-transformer 0.1.1-dev.1 → 0.1.1

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 +10 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @itwin/imodel-transformer
2
2
 
3
- This log was last generated on Fri, 31 Mar 2023 20:21:28 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Apr 2023 15:43:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.1
8
+
9
+ Tue, 04 Apr 2023 15:43:30 GMT
10
+
11
+ ### Patches
12
+
13
+ - rename docs artifact ([commit](https://github.com/iTwin/transformer/commit/35c2188ee72beaab88c26d68bd6b2f03336e63bf))
14
+ - add option to disable strict version dep checking ([commit](https://github.com/iTwin/transformer/commit/35c2188ee72beaab88c26d68bd6b2f03336e63bf))
15
+
7
16
  ## 0.1.0
8
17
 
9
18
  Fri, 31 Mar 2023 20:21:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-transformer",
3
- "version": "0.1.1-dev.1",
3
+ "version": "0.1.1",
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",