Skip to content

Commit 77d8562

Browse files
committed
chore: prep v1.13.0
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6ba2cd3 commit 77d8562

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

HISTORY.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
## 1.13.0 - 2023-03-28
8+
79
* Fixed
8-
* "Bom.serialNumber" data model can have values following the alternative format allowed in CycloneDX XML specification ([#588] via [#])
9-
* `Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize` now omits invalid/unsupported values for serialNumber ([#588] via [#])
10+
* "Bom.serialNumber" data model can have values following the alternative format allowed in CycloneDX XML specification ([#588] via [#597])
11+
* `Serialize.{JSON,XML}.Normalize.BomNormalizer.normalize` now omits invalid/unsupported values for serialNumber ([#588] via [#597])
1012
* Changed
11-
* Property `Models.Bom.serialNumber` is of type `string`, was type-aliased `Types.UrnUuid = string` ([#588] via [#])
13+
* Property `Models.Bom.serialNumber` is of type `string`, was type-aliased `Types.UrnUuid = string` ([#588] via [#597])
1214
Also the setter no longer throws exceptions, since no string format is illegal.
1315
This is considered a non-breaking behaviour change, because the corresponding normalizers assure valid data results.
1416
* Added
15-
* Bom serialNumber generator: `Utils.BomUtility.randomSerialNumber()` ([#588] via [#])
17+
* Bom serialNumber generator: `Utils.BomUtility.randomSerialNumber()` ([#588] via [#597])
1618
* Deprecation
17-
* Type alias `Types.UrnUuid = string` became deprecated (via [#])
19+
* Type alias `Types.UrnUuid = string` became deprecated (via [#597])
1820
Use type `string` instead.
19-
* Function `Types.isUrnUuid` became deprecated (via [#])
21+
* Function `Types.isUrnUuid` became deprecated (via [#597])
2022

2123
[#588]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/588
24+
[#597]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/597
2225

2326
## 1.12.2 - 2023-03-28
2427

0 commit comments

Comments
 (0)