File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66
77<!-- unreleased changes go here -->
88
9+ * Docs
10+ * Correct default value of option ` specVersion ` (via [ #1460 ] )
11+
12+ [ #1460 ] : https://github.com/CycloneDX/cyclonedx-webpack-plugin/pull/1460
13+
914## 5.2.1 - 2025-11-05
1015
1116* Fixed
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