Skip to content

Commit

Permalink
bump version to 10.9.10 (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <[email protected]>
  • Loading branch information
aryan-rajoria authored Sep 10, 2024
1 parent 92e1dee commit 67732da
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Sections include:
## Installing

```shell
npm install -g @cyclonedx/[email protected].9
npm install -g @cyclonedx/[email protected].10
```

If you are a [Homebrew][homebrew-homepage] user, you can also install [cdxgen][homebrew-cdxgen] via:
Expand Down Expand Up @@ -403,7 +403,7 @@ To generate test public/private key pairs, you can run cdxgen by passing the arg
Use the bundled `cdx-verify` command, which supports verifying a single signature added at the bom level.

```shell
npm install -g @cyclonedx/[email protected].9
npm install -g @cyclonedx/[email protected].10
cdx-verify -i bom.json --public-key public.key
```

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "10.9.9",
"version": "10.9.10",
"exports": "./index.js",
"compilerOptions": {
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ flowchart LR
## Installing

```shell
sudo npm install -g @cyclonedx/[email protected].9
sudo npm install -g @cyclonedx/[email protected].10
```

If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via:
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cdxgen is available as an npm package, container image, and single application e
## Installation

```shell
sudo npm install -g @cyclonedx/[email protected].9
sudo npm install -g @cyclonedx/[email protected].10
```

If you are a [Homebrew](https://brew.sh/) user, you can also install [cdxgen](https://formulae.brew.sh/formula/cdxgen) via:
Expand Down Expand Up @@ -63,7 +63,7 @@ cdxgen -t c -o bom.json
## Installation

```shell
sudo npm install -g @cyclonedx/[email protected].9
sudo npm install -g @cyclonedx/[email protected].10
```

## Usage
Expand Down Expand Up @@ -237,7 +237,7 @@ To generate test public/private key pairs, you can run cdxgen by passing the arg
Use the bundled `cdx-verify` command, which supports verifying a single signature added at the bom level.

```shell
npm install -g @cyclonedx/[email protected].9
npm install -g @cyclonedx/[email protected].10
cdx-verify -i bom.json --public-key public.key
```

Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "10.9.9",
"version": "10.9.10",
"exports": "./index.js",
"include": ["*.js", "bin/**", "data/**", "types/**"],
"exclude": ["test/", "docs/", "contrib/", "ci/", "tools_config/"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "10.9.9",
"version": "10.9.10",
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
"homepage": "http://github.com/cyclonedx/cdxgen",
"author": "Prabhu Subramanian <[email protected]>",
Expand Down

0 comments on commit 67732da

Please sign in to comment.