From e2668cef6e9174ec8998b96e801b038c786b77fe Mon Sep 17 00:00:00 2001 From: Kevin Longmuir Date: Fri, 3 Oct 2025 09:37:50 -0400 Subject: [PATCH] chore: release 2.0.0-beta.10 --- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- scripts/install.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 22ee814b..a3aabd33 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ npm install -g @herodevs/cli@beta HeroDevs CLI is available as a binary installation, without requiring `npm`. To do that, you may either download and run the script manually, or use the following cURL or Wget command: ```sh -curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.9/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.10/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.9/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.10/scripts/install.sh | bash ``` ## TERMS @@ -71,7 +71,7 @@ $ npm install -g @herodevs/cli@beta $ hd COMMAND running command... $ hd (--version) -@herodevs/cli/2.0.0-beta.9 darwin-arm64 node-v22.18.0 +@herodevs/cli/2.0.0-beta.10 darwin-arm64 node-v22.18.0 $ hd --help [COMMAND] USAGE $ hd COMMAND @@ -148,7 +148,7 @@ EXAMPLES $ hd scan eol --json ``` -_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.9/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.10/src/commands/scan/eol.ts)_ ## `hd update [CHANNEL]` diff --git a/package-lock.json b/package-lock.json index 3484fefa..6eb26ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.8", diff --git a/package.json b/package.json index 2c3a63c1..7d2af9fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index 4eab038f..02dea594 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -35,7 +35,7 @@ BIN_DIR="$INSTALL_DIR/bin" GITHUB_API_URL="https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/releases" TMP_DIR="" USE_BETA=true -# LATEST_VERSION="v2.0.0-beta.9" +# LATEST_VERSION="v2.0.0-beta.10" DEBUG=${DEBUG:-} # Colors for output