File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ All notable changes to this project will be documented in this file.
88
99* Fixed
1010 * Prevent Component duplications (via [ #1456 ] )
11+ * Docs
12+ * Correct default value of option ` specVersion ` (via [ #1460 ] )
1113
1214[ #1456 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1456
15+ [ #1460 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1460
1316
1417## 5.2.1 - 2025-11-05
1518
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ export interface CycloneDxWebpackPluginOptions {
4040
4141 /**
4242 * Which version of {@link https://github.com/CycloneDX/specification | CycloneDX spec} to use.
43- * Defaults to one that is the latest supported of this application.
43+ *
44+ * @defaultValue `"1.6"`
4445 */
4546 specVersion ?: CycloneDxWebpackPlugin [ 'specVersion' ]
4647
You can’t perform that action at this time.
0 commit comments