Skip to content

Commit daacc54

Browse files
authored
docs: fix defaultValue of specVersion (#1460)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 4d0202e commit daacc54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

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

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)