Skip to content

Commit f6bade1

Browse files
authored
chore: release 2.0.0-beta.0 (#231)
1 parent fede95e commit f6bade1

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 7 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/1.6.0-beta.0 darwin-arm64 node-v22.14.0
33+
@herodevs/cli/2.0.0-beta.0 darwin-arm64 node-v22.14.0
3434
$ hd --help [COMMAND]
3535
USAGE
3636
$ hd COMMAND
@@ -64,7 +64,7 @@ DESCRIPTION
6464
Display help for hd.
6565
```
6666

67-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.27/src/commands/help.ts)_
67+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.28/src/commands/help.ts)_
6868

6969
## `hd report committers`
7070

@@ -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/v1.6.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.0/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/v1.6.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.0/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/v1.6.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.0/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/v1.6.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.0/src/commands/scan/sbom.ts)_
195195

196196
## `hd update [CHANNEL]`
197197

@@ -229,5 +229,5 @@ EXAMPLES
229229
$ hd update --available
230230
```
231231

232-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.38/src/commands/update.ts)_
232+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.39/src/commands/update.ts)_
233233
<!-- commandsstop -->

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": "1.6.0-beta.0",
3+
"version": "2.0.0-beta.0",
44
"author": "HeroDevs, Inc",
55
"bin": {
66
"hd": "./bin/run.js"

0 commit comments

Comments
 (0)