Skip to content

Commit db2de4e

Browse files
authored
Merge branch 'master' into fix/prevent-component-duplication
Signed-off-by: Jan Kowalleck <[email protected]>
2 parents 3899176 + daacc54 commit db2de4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/plugin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)