From 59b16649c50754c4996c4acafd6dd299b0540d0f Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 10 Dec 2023 13:41:22 +0100 Subject: [PATCH] docs Signed-off-by: Jan Kowalleck --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 503d5268..39f5deb6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. * Log output is less verbose, can be re-enabled via CLI switch `--verbose` ([#158] via [#1131]) Warnings and errors are still displayed as before. This is considered a non-breaking change, since only informational logs and debug information is affected. - * Hardened JSON imports (via [#1132]) + * Hardened JSON imports (via [#1132], [#1135]) * Added * CLI switch `-v, --verbose` to increase output verbosity ([#158] via [#1131]) May be used multiple times, like `-vvv`. @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. [#1131]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1131 [#1132]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1132 [#1133]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1133 +[#1135]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/1135 ## 1.14.3 - 2023-12-01