@itwin/build-tools 3.1.0-dev.39 → 3.1.0-dev.42
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 +9 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
# Change Log - @itwin/build-tools
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 3.0.1
|
6
|
+
Thu, 24 Feb 2022 15:26:55 GMT
|
7
|
+
|
8
|
+
### Updates
|
9
|
+
|
10
|
+
- Bumped Typedoc patch version
|
11
|
+
- Added packageRoot property to Typedoc output
|
4
12
|
|
5
13
|
## 3.0.0
|
6
14
|
Mon, 24 Jan 2022 14:00:52 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/build-tools",
|
3
|
-
"version": "3.1.0-dev.
|
3
|
+
"version": "3.1.0-dev.42",
|
4
4
|
"description": "Bentley build tools",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"yargs": "^16.0.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@itwin/eslint-plugin": "3.1.0-dev.
|
41
|
+
"@itwin/eslint-plugin": "3.1.0-dev.42",
|
42
42
|
"@types/node": "14.14.31",
|
43
43
|
"eslint": "^7.11.0"
|
44
44
|
},
|