File tree 2 files changed +13
-1
lines changed
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.
4
4
5
5
## unreleased
6
6
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
+
7
17
## 1.0.1 - 2022-07-23
8
18
9
19
Maintenance release.
10
20
11
21
* Misc
12
22
* 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 ` .
13
25
14
26
## 1.0.0 - 2022-06-20
15
27
Original file line number Diff line number Diff line change 39
39
"node" : " >=14.0.0"
40
40
},
41
41
"dependencies" : {
42
- "packageurl-js" : " ^ 0.0.7 "
42
+ "packageurl-js" : " >= 0.0.6 <0.0.8 "
43
43
},
44
44
"optionalDependencies" : {
45
45
"xmlbuilder2" : " ^3.0.2"
You can’t perform that action at this time.
0 commit comments