From 0a1bfa86e9dfc5821a7dd944745c4d73651b38fc Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 26 Nov 2024 14:35:47 +0100 Subject: [PATCH] docs Signed-off-by: Jan Kowalleck --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index aeb0b9b86..2386ec6a4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file. * New serialization/normalization for `Models.Tools` ([#1152] via [#1163], [#1180]) * Changed * Serializers and `Bom`-Normalizers will take changed `Models.Bom.tools` into account ([#1152] via [#1163]) +* Style + * Apply latest code style guide (via [#1170], [#1181]) * Dependencies * Support `libxmljs2@^0.35` (via [#1173]) * Use `packageurl-js@^2.0.1`, was `@>=0.0.6 <0.0.8 || ^1` (via [#1142]) @@ -27,8 +29,10 @@ All notable changes to this project will be documented in this file. [#1142]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1142 [#1152]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1152 [#1163]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1163 +[#1170]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1170 [#1173]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1173 [#1180]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1180 +[#1181]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1181 [#1182]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1182 ## 6.13.0 -- 2024-11-18