Skip to content

Commit 16e9117

Browse files
authored
chore: release 2.0.0-beta.3 (#259)
1 parent a492944 commit 16e9117

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ npm install -g @herodevs/cli
3838
$ hd COMMAND
3939
running command...
4040
$ hd (--version)
41-
@herodevs/cli/2.0.0-beta.2 darwin-arm64 node-v22.15.1
41+
@herodevs/cli/2.0.0-beta.3 darwin-arm64 node-v22.15.1
4242
$ hd --help [COMMAND]
4343
USAGE
4444
$ hd COMMAND
@@ -103,7 +103,7 @@ EXAMPLES
103103
$ hd report committers --csv
104104
```
105105

106-
_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/report/committers.ts)_
106+
_See code: [src/commands/report/committers.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/report/committers.ts)_
107107

108108
## `hd report purls`
109109

@@ -137,7 +137,7 @@ EXAMPLES
137137
$ hd report purls --save --csv
138138
```
139139

140-
_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/report/purls.ts)_
140+
_See code: [src/commands/report/purls.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/report/purls.ts)_
141141

142142
## `hd scan eol`
143143

@@ -170,7 +170,7 @@ EXAMPLES
170170
$ hd scan eol -a --dir=./my-project
171171
```
172172

173-
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/scan/eol.ts)_
173+
_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/scan/eol.ts)_
174174

175175
## `hd scan sbom`
176176

@@ -198,7 +198,7 @@ EXAMPLES
198198
$ hd scan sbom --file=path/to/sbom.json
199199
```
200200

201-
_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.2/src/commands/scan/sbom.ts)_
201+
_See code: [src/commands/scan/sbom.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.3/src/commands/scan/sbom.ts)_
202202

203203
## `hd update [CHANNEL]`
204204

@@ -236,5 +236,5 @@ EXAMPLES
236236
$ hd update --available
237237
```
238238

239-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.39/src/commands/update.ts)_
239+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.6.42/src/commands/update.ts)_
240240
<!-- 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": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"author": "HeroDevs, Inc",
55
"bin": {
66
"hd": "./bin/run.js"

0 commit comments

Comments
 (0)