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 @@ -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
Original file line number Diff line number Diff 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
137137However, there are older versions of this library which support ` node>=14.0.0 `
138138
You can’t perform that action at this time.
0 commit comments