File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,24 @@ All notable changes to this project will be documented in this file.
44
55## unreleased
66
7+ ## 1.0.2 - 2022-07-26
8+
9+ Maintenance release.
10+
11+ * Dependencies
12+ * Widened the range of requirement ` packageurl-js ` to ` >=0.0.6 <0.0.8 ` , was ` ^0.0.7 ` . ([ #130 ] via [ #131 ] )
13+
14+ [ #130 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/130
15+ [ #131 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/131
16+
717## 1.0.1 - 2022-07-23
818
919Maintenance release.
1020
1121* Misc
1222 * Use TypeScript ` v4.7.4 ` now, was ` v4.6.4 ` .
23+ * Dependencies
24+ * Raised the requirement of ` packageurl-js ` to ` ^0.0.7 ` , was ` ^0.0.6 ` .
1325
1426## 1.0.0 - 2022-06-20
1527
Original file line number Diff line number Diff line change 3939 "node" : " >=14.0.0"
4040 },
4141 "dependencies" : {
42- "packageurl-js" : " ^ 0.0.7 "
42+ "packageurl-js" : " >= 0.0.6 <0.0.8 "
4343 },
4444 "optionalDependencies" : {
4545 "xmlbuilder2" : " ^3.0.2"
You can’t perform that action at this time.
0 commit comments