Skip to content

Commit

Permalink
Release v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Sep 5, 2023
1 parent 6c04b07 commit cfd18dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5.2",
"version": "2.5.3",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down
6 changes: 3 additions & 3 deletions scripts/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];

Expand All @@ -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',
];

0 comments on commit cfd18dd

Please sign in to comment.