From 06c67b071566fa94c549ca252e8ac9da4ff66d64 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Mar 2026 17:55:19 +0100 Subject: [PATCH 1/2] docs: fix link to bun Signed-off-by: Jan Kowalleck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6c3806..b5fdb30c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ These systems are out of scope. Therefore, the following tools are not part of t | System | Actual Tool(s) | |:------:|:---------------| | _Angular_ | Utilize [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild?activeTab=readme#use-with-angular) or [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-angular) | -| _Bun_ | Utilize [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild?activeTab=readme#plugin-example-esbuild) | +| _Bun_ | Utilize [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/@cyclonedx/cyclonedx-esbuild?activeTab=readme#plugin-example-bun) | | _Bower_ | None. (_Bower_ is [deprecated](https://bower.io/blog/2017/how-to-migrate-away-from-bower/)!) | | _Esbuild_ | [@cyclonedx/cyclonedx-esbuild](https://www.npmjs.com/package/%40cyclonedx/cyclonedx-esbuild) | | _Parcel_ | To be announced, suggestions welcome | From 522a92dc50bfde639ff613470affb78c8b94d2a4 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Mar 2026 17:56:50 +0100 Subject: [PATCH 2/2] docs Signed-off-by: Jan Kowalleck --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a3cc0021..17906484 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. +* Docs + * Fix link for _Bun_ (via [#382]) + +[#382]: https://github.com/CycloneDX/cyclonedx-node-module/pull/382 + ## 4.1.5 - 2026-03-19 * Docs