From 3886621ec7d8ca70a7ac47aed1df2220d218c39b Mon Sep 17 00:00:00 2001 From: nodenv bot Date: Fri, 17 Feb 2023 10:08:18 +0000 Subject: [PATCH] 4.9.106 --- bin/node-build | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/node-build b/bin/node-build index dc7a074f9..af2752a8f 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.9.105 +NODE_BUILD_VERSION=4.9.106 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index c721b23bc..9464c9b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.105", + "version": "4.9.106", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4aae9d7ca..ad82ce698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.105", + "version": "4.9.106", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",