Skip to content

Commit 131a8b8

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 966f3cf commit 131a8b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2
44
updates:
55
- package-ecosystem: 'npm'
66
directories:
7-
- '/'
7+
- '/.'
88
- '/tools/code-style'
99
- '/tools/docs-gen'
1010
- '/tools/schema-downloader'

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ All notable changes to this project will be documented in this file.
88

99
* BREAKING Changes
1010
* Dropped support for `node<=20.18.0` ([#1081] via [#1209])
11+
* Refactor
12+
* Imports of builtin modules are prefixed with `node:` ([#1198] via [#1210])
1113
* Build
1214
* Use _TypeScript_ `v5.7.3` now, was `v5.7.2` (via [#1204])
1315

1416
[#1081]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1081
17+
[#1198]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1198
1518
[#1204]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1204
1619
[#1209]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1209
20+
[#1210]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1210
1721

1822
## 7.1.0 -- 2025-01-09
1923

0 commit comments

Comments
 (0)