From 80ea311a5d4a2e2dcccfea7589c8f170f4e64ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E5=AE=B9=20=28hyj1991=29?= Date: Tue, 5 Sep 2023 16:47:50 +0800 Subject: [PATCH] Release v2.5.3 Commits: - [6c04b07] fix: crash caused by duplicate configure with worker thread PR-URL: https://github.com/X-Profiler/xprofiler/pull/231 --- package.json | 2 +- scripts/versions.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f282eae..6d56749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xprofiler", - "version": "2.5.2", + "version": "2.5.3", "description": "node.js addon to output runtime logs", "bin": { "xprofctl": "bin/xprofctl" diff --git a/scripts/versions.js b/scripts/versions.js index 6a18f30..e095387 100644 --- a/scripts/versions.js +++ b/scripts/versions.js @@ -7,7 +7,7 @@ exports.os7u = [ 'node-v13.14.0', 'node-v14.21.3', 'node-v15.14.0', - 'node-v16.20.0', + 'node-v16.20.2', 'node-v17.9.1', ]; @@ -16,7 +16,7 @@ if (os.platform() === 'darwin' && os.arch() === 'arm64') { } exports.os8u = [ - 'node-v18.16.0', + 'node-v18.17.1', 'node-v19.9.0', - 'node-v20.1.0', + 'node-v20.6.0', ];