From 3db05384ece039adb3679cb53070675d674d1d5a Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Mar 2026 16:52:40 +0100 Subject: [PATCH 1/4] docs: tool for vue Signed-off-by: Jan Kowalleck --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bd76261..f4ae139e 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ These systems are out of scope. Therefore, the following tools are not part of t | _Rspack_/_Rsbuild_ | To be announced, suggestions welcome | | _Svelte_ | To be announced, suggestions welcome | | _Vite_ | Utilize [rollup-plugin-sbom](https://www.npmjs.com/package/rollup-plugin-sbom?activeTab=readme#usage-with-vite) | +|_Vue_ | Utilize [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-vue) | | _Webpack_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin) | ## Library From 1117f97d8291c7da06efa3d27f782ec624ae091c Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Mar 2026 16:53:10 +0100 Subject: [PATCH 2/4] Update README.md Signed-off-by: Jan Kowalleck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ae139e..e4a4a721 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ These systems are out of scope. Therefore, the following tools are not part of t | _Rspack_/_Rsbuild_ | To be announced, suggestions welcome | | _Svelte_ | To be announced, suggestions welcome | | _Vite_ | Utilize [rollup-plugin-sbom](https://www.npmjs.com/package/rollup-plugin-sbom?activeTab=readme#usage-with-vite) | -|_Vue_ | Utilize [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-vue) | +| _Vue_ | Utilize [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-vue) | | _Webpack_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin) | ## Library From ab3e7a70e85da79bc5f0d3d4bee4d744b0a06084 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Mar 2026 17:02:17 +0100 Subject: [PATCH 3/4] Update README.md Signed-off-by: Jan Kowalleck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a4a721..1f6c3806 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ These systems are out of scope. Therefore, the following tools are not part of t | _Rspack_/_Rsbuild_ | To be announced, suggestions welcome | | _Svelte_ | To be announced, suggestions welcome | | _Vite_ | Utilize [rollup-plugin-sbom](https://www.npmjs.com/package/rollup-plugin-sbom?activeTab=readme#usage-with-vite) | -| _Vue_ | Utilize [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-vue) | +| _Vue_ | Utilize [rollup-plugin-sbom](https://www.npmjs.com/package/rollup-plugin-sbom?activeTab=readme#usage-with-vite) or [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin?activeTab=readme#use-with-vue) | | _Webpack_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin) | ## Library From a98e79301e6eac5a96357c000f1bf184684928dd Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 19 Mar 2026 17:40:34 +0100 Subject: [PATCH 4/4] docs Signed-off-by: Jan Kowalleck --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 53c836db..a3cc0021 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. +## 4.1.5 - 2026-03-19 + +* Docs + * Acknowledge tools for _Vue_ (via [#381]) + +[#381]: https://github.com/CycloneDX/cyclonedx-node-module/pull/381 + ## 4.1.4 - 2026-03-16 * Docs