@itwin/build-tools 3.4.0-dev.21 → 3.4.0-dev.24

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 +11 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/build-tools
2
2
 
3
- This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.3.0
6
11
  Thu, 18 Aug 2022 19:08:02 GMT
@@ -10,6 +15,11 @@ Thu, 18 Aug 2022 19:08:02 GMT
10
15
  - Upgrade @microsoft/api-extractor to 7.24.2
11
16
  - upgrade mocha to version 10.0.0
12
17
 
18
+ ## 3.2.9
19
+ Fri, 26 Aug 2022 14:21:40 GMT
20
+
21
+ _Version update only_
22
+
13
23
  ## 3.2.8
14
24
  Tue, 09 Aug 2022 15:52:41 GMT
15
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/build-tools",
3
- "version": "3.4.0-dev.21",
3
+ "version": "3.4.0-dev.24",
4
4
  "description": "Bentley build tools",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "yargs": "^17.4.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@itwin/eslint-plugin": "3.4.0-dev.21",
41
+ "@itwin/eslint-plugin": "3.4.0-dev.24",
42
42
  "@types/node": "16.11.7",
43
43
  "eslint": "^7.11.0"
44
44
  },