From 2b8e4ed7977e7894b86a1d46cf6c9ae7a29b4f4d Mon Sep 17 00:00:00 2001 From: Kevin Longmuir Date: Wed, 10 Sep 2025 11:42:40 -0400 Subject: [PATCH] chore: release 2.0.0-beta.9 --- 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 9789e72c..22ee814b 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.8/scripts/install.sh | bash +curl -o- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.9/scripts/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.8/scripts/install.sh | bash +wget -qO- https://raw.githubusercontent.com/herodevs/cli/v2.0.0-beta.9/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.8 darwin-arm64 node-v22.18.0 +@herodevs/cli/2.0.0-beta.9 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.8/src/commands/scan/eol.ts)_ +_See code: [src/commands/scan/eol.ts](https://github.com/herodevs/cli/blob/v2.0.0-beta.9/src/commands/scan/eol.ts)_ ## `hd update [CHANNEL]` diff --git a/package-lock.json b/package-lock.json index 13c77ace..3484fefa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@herodevs/cli", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "license": "MIT", "dependencies": { "@amplitude/analytics-node": "^1.5.8", diff --git a/package.json b/package.json index ec523b7c..2c3a63c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@herodevs/cli", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "author": "HeroDevs, Inc", "bin": { "hd": "./bin/run.js" diff --git a/scripts/install.sh b/scripts/install.sh index c6224f37..4eab038f 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.8" +# LATEST_VERSION="v2.0.0-beta.9" DEBUG=${DEBUG:-} # Colors for output