diff --git a/README.md b/README.md index 513e6f7a..e90391d4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ npm install -g @herodevs/cli $ hd COMMAND running command... $ hd (--version) -@herodevs/cli/2.0.0-beta.0 darwin-arm64 node-v22.14.0 +@herodevs/cli/2.0.0-beta.1 darwin-arm64 node-v22.14.0 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -95,7 +95,7 @@ EXAMPLES $ hd report committers --csv ``` -_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/report/committers.ts)_ +_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/report/committers.ts)_ ## `hd report purls` @@ -129,7 +129,7 @@ EXAMPLES $ hd report purls --save --csv ``` -_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/report/purls.ts)_ +_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/report/purls.ts)_ ## `hd scan eol` @@ -163,7 +163,7 @@ EXAMPLES $ hd scan eol -a --dir=./my-project ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/scan/eol.ts)_ ## `hd scan sbom` @@ -191,7 +191,7 @@ EXAMPLES $ hd scan sbom --file=path/to/sbom.json ``` -_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/scan/sbom.ts)_ +_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/scan/sbom.ts)_ ## `hd update [CHANNEL]` diff --git a/package-lock.json b/package-lock.json index 97179d27..e7a185ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "license": "MIT", "dependencies": { "@apollo/client": "^3.13.8", diff --git a/package.json b/package.json index d08ac147..e5e53f07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js"