From a248f4654c23216222540d5ee3fb500ffb014b28 Mon Sep 17 00:00:00 2001 From: "nodenv[bot]" <68817010+nodenv-bot@users.noreply.github.com> Date: Tue, 4 Jun 2024 02:21:23 +0000 Subject: [PATCH] 5.3.0 --- 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 ef450e605..5fffcce19 100755 --- a/bin/node-build +++ b/bin/node-build @@ -15,7 +15,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=5.2.0 +NODE_BUILD_VERSION=5.3.0 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 4adb1fa15..7d8c2df9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nodenv/node-build", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nodenv/node-build", - "version": "5.2.0", + "version": "5.3.0", "license": "MIT", "bin": { "node-build": "bin/node-build", diff --git a/package.json b/package.json index 000b1f1da..fc6321b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "5.2.0", + "version": "5.3.0", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",