Skip to content

Commit 3999146

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3d56e68 commit 3999146

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
<!-- add unreleased items here -->
88

9+
* BREAKING Changes
10+
* Dropped support for `node<=20.18.0` ([#1081] via [#1209])
911
* Build
1012
* Use _TypeScript_ `v5.7.3` now, was `v5.7.2` (via [#1204])
1113

14+
[#1081]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1081
1215
[#1204]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
16+
[#1209]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1209
1317

1418
## 7.1.0 -- 2025-01-09
1519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ See the shipped `package.json` for version constraints.
132132

133133
## Requirements
134134

135-
* `node >=20.18`
135+
* `node`: `>=20.18`
136136

137137
However, there are older versions of this library which support `node>=14.0.0`
138138

0 commit comments

Comments
 (0)