From 63e14c7db01a7218184f1374bd0cf5a97303739b Mon Sep 17 00:00:00 2001 From: dipto0321 Date: Fri, 3 Jul 2026 23:54:50 +0600 Subject: [PATCH] chore(release): bump nodeup-cli to 1.0.1 with binaryVersion sync and repo URL fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump the npm wrapper to 1.0.1 for the rerelease: the 1.0.0 publish from 2026-07-01 had been unpublished earlier today (had bugs and was missing UI features that landed on main after the original publish). 1.0.1 incorporates the bug fixes and UI work that's accumulated since. - version: 1.0.0 -> 1.0.1 - binaryVersion: 1.0.0 -> 1.0.1 (must match the git tag that GoReleaser pushes — install.js downloads v/... artifacts) - repository.url: switch to the git+https:// form npm's modern metadata schema expects (silences "auto-corrected" warning at publish time) Closes #35 (publish step). --- nodeup-npm/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodeup-npm/package.json b/nodeup-npm/package.json index 636a8a1..7e570c3 100644 --- a/nodeup-npm/package.json +++ b/nodeup-npm/package.json @@ -1,13 +1,13 @@ { "name": "nodeup-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "Automated Node.js version upgrade + global package migration CLI. Static Go binary wrapped for npm distribution.", "license": "MIT", "author": "Dipto Karmakar ", "homepage": "https://github.com/dipto0321/nodeup", "repository": { "type": "git", - "url": "https://github.com/dipto0321/nodeup.git", + "url": "git+https://github.com/dipto0321/nodeup.git", "directory": "nodeup-npm" }, "bugs": { @@ -42,5 +42,5 @@ "README.md", "LICENSE" ], - "binaryVersion": "1.0.0" + "binaryVersion": "1.0.1" } \ No newline at end of file