@itwin/build-tools 4.11.0-dev.5 → 4.11.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 +11 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/build-tools
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:48:52 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 16 Apr 2025 15:50:28 GMT and should not be manually modified.
4
+
5
+ ## 4.11.0
6
+ Wed, 16 Apr 2025 15:50:28 GMT
7
+
8
+ ### Updates
9
+
10
+ - Bump `typedoc` dependency to a version that supports typescript `5.6`.
11
+ - Deprecate unused --includes flag
12
+ - add temporary fix for typedoc@0.26 issue #2802
13
+ - Bumped `cross-spawn` to `7.0.5`
4
14
 
5
15
  ## 4.10.13
6
16
  Thu, 10 Apr 2025 17:47:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/build-tools",
3
- "version": "4.11.0-dev.5",
3
+ "version": "4.11.0",
4
4
  "description": "Bentley build tools",
5
5
  "license": "MIT",
6
6
  "repository": {