From 193c501a26816fb2e44b64952c0467bc6813a679 Mon Sep 17 00:00:00 2001 From: "nodenv[bot]" <68817010+nodenv-bot@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:10:01 +0000 Subject: [PATCH] 5.3.18 --- 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 776b8a55..f9e1e0b5 100755 --- a/bin/node-build +++ b/bin/node-build @@ -15,7 +15,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=5.3.17 +NODE_BUILD_VERSION=5.3.18 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 92b8a576..dcc5c6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "5.3.17", + "version": "5.3.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "5.3.17", + "version": "5.3.18", "license": "MIT", "bin": { "node-build": "bin/node-build", diff --git a/package.json b/package.json index 4e73684f..4d2f70b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "5.3.17", + "version": "5.3.18", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",