Skip to content

Commit 99938a6

Browse files
committed
Release 1.9.0
1 parent a319791 commit 99938a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v8-profiler-next",
3-
"version": "1.9.0-pre",
3+
"version": "1.9.0",
44
"description": "node bindings for the v8 profiler",
55
"main": "dispatch.js",
66
"binary": {

scripts/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ exports.os7u = [
1010
];
1111

1212
exports.os8u = [
13-
'node-v18.3.0',
13+
'node-v18.4.0',
1414
];

0 commit comments

Comments
 (0)