Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Jan 1, 2024
1 parent fdedcba commit 1b47634
Show file tree
Hide file tree
Showing 2 changed files with 5 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": "v8-profiler-next",
"version": "1.9.0",
"version": "1.10.0",
"description": "node bindings for the v8 profiler",
"main": "dispatch.js",
"binary": {
Expand Down
5 changes: 4 additions & 1 deletion scripts/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ exports.os7u = [
];

exports.os8u = [
'node-v18.4.0',
'node-v18.19.0',
'node-v19.9.0',
'node-v20.10.0',
'node-v21.5.0',
];

0 comments on commit 1b47634

Please sign in to comment.