From a0850defc0095ed687fe1c90a5891431eba530d8 Mon Sep 17 00:00:00 2001 From: "nodenv[bot]" <68817010+nodenv-bot@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:10:24 +0000 Subject: [PATCH] 5.3.28 --- bin/node-build | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/node-build b/bin/node-build index 11c83e6a..0e02a5d2 100755 --- a/bin/node-build +++ b/bin/node-build @@ -15,7 +15,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=5.3.27 +NODE_BUILD_VERSION=5.3.28 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 6f66eca3..2a719848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "5.3.27", + "version": "5.3.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "5.3.27", + "version": "5.3.28", "license": "MIT", "devDependencies": { "@nodenv/node-build-update-defs": "^2.11.1", diff --git a/package.json b/package.json index 9e638811..5137ffa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "5.3.27", + "version": "5.3.28", "description": "Install NodeJS versions", "homepage": "/~https://github.com/nodenv/node-build#readme", "license": "MIT",