Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
Commits:

  - [b2acf60] fix: runtime version in report
  - [9e9349b] fix: wrong incremental_marking_duration_last_record value
  - [40d4eea] chore: update libs

PR-URL: #184
  • Loading branch information
hyj1991 authored Jun 18, 2022
1 parent 40d4eea commit 86fc798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ exports.os7u = [
];

exports.os8u = [
'node-v18.3.0',
'node-v18.4.0',
];

0 comments on commit 86fc798

Please sign in to comment.