From 86fc7988ec6938633bf6230b42e7373faa5c7be9 Mon Sep 17 00:00:00 2001 From: hyj1991 Date: Sat, 18 Jun 2022 19:39:25 +0800 Subject: [PATCH] Release 2.1.0 Commits: - [b2acf60] fix: runtime version in report - [9e9349b] fix: wrong incremental_marking_duration_last_record value - [40d4eea] chore: update libs PR-URL: https://github.com/X-Profiler/xprofiler/pull/184 --- package.json | 2 +- scripts/versions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e11c9f8..0ba9f79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xprofiler", - "version": "2.0.1", + "version": "2.1.0", "description": "node.js addon to output runtime logs", "bin": { "xprofctl": "bin/xprofctl" diff --git a/scripts/versions.js b/scripts/versions.js index 684e513..571400d 100644 --- a/scripts/versions.js +++ b/scripts/versions.js @@ -10,5 +10,5 @@ exports.os7u = [ ]; exports.os8u = [ - 'node-v18.3.0', + 'node-v18.4.0', ];