diff --git a/HISTORY.md b/HISTORY.md index 766a4f54..37401a53 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. +* Docs + * Acknowledge tools for _bun_ (via [#]) +[#]: ## 4.1.3 - 2024-11-15 diff --git a/README.md b/README.md index b19db6de..c88e901e 100644 --- a/README.md +++ b/README.md @@ -30,6 +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#use-with-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 |