Skip to content

Commit bc2f4cb

Browse files
authored
chore: release 2.0.0-beta.1 (#234)
1 parent dc23c27 commit bc2f4cb

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ npm install -g @herodevs/cli
3030
$ hd COMMAND
3131
running command...
3232
$ hd (--version)
33-
@herodevs/cli/2.0.0-beta.0 darwin-arm64 node-v22.14.0
33+
@herodevs/cli/2.0.0-beta.1 darwin-arm64 node-v22.14.0
3434
$ hd --help [COMMAND]
3535
USAGE
3636
$ hd COMMAND
@@ -95,7 +95,7 @@ EXAMPLES
9595
$ hd report committers --csv
9696
```
9797

98-
_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/report/committers.ts)_
98+
_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/report/committers.ts)_
9999

100100
## `hd report purls`
101101

@@ -129,7 +129,7 @@ EXAMPLES
129129
$ hd report purls --save --csv
130130
```
131131

132-
_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/report/purls.ts)_
132+
_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/report/purls.ts)_
133133

134134
## `hd scan eol`
135135

@@ -163,7 +163,7 @@ EXAMPLES
163163
$ hd scan eol -a --dir=./my-project
164164
```
165165

166-
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/scan/eol.ts)_
166+
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/scan/eol.ts)_
167167

168168
## `hd scan sbom`
169169

@@ -191,7 +191,7 @@ EXAMPLES
191191
$ hd scan sbom --file=path/to/sbom.json
192192
```
193193

194-
_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.0/src/commands/scan/sbom.ts)_
194+
_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.1/src/commands/scan/sbom.ts)_
195195

196196
## `hd update [CHANNEL]`
197197

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herodevs/cli",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"author": "HeroDevs, Inc",
55
"bin": {
66
"hd": "./bin/run.js"

0 commit comments

Comments
 (0)