Skip to content

Commit

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

  - [2f700fd] docs: update readme (#207)
  - [f4eb960] feat: support node-v19.x (#206)
  - [333593e] chore: make test more reliable (#205)
  - [c574ca2] feat: save Elf BuildId in corefile. (#204)
  - [b779aa2] feat: support finish profiling before process exit (#203)
  - [6a1701f] refactor: replace dump actions static storages with EnvironmentData (#202)
  - [7608a86] fix: ignore clean error (#200)
  - [2a6eaba] chore: static dispatch on dumpaction (#199)
  - [7d3fbb2] optimize: take action (#198)
    
PR-URL: #208
  • Loading branch information
hyj1991 authored Oct 22, 2022
1 parent 2f700fd commit c2d224c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xprofiler",
"version": "2.2.0",
"version": "2.3.0",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down Expand Up @@ -59,17 +59,17 @@
"moment": "^2.29.4",
"nan": "^2.17.0",
"uuid": "^9.0.0",
"yargs": "^17.5.1"
"yargs": "^17.6.0"
},
"devDependencies": {
"@istanbuljs/schema": "^0.1.3",
"autod": "^3.1.2",
"clang-format": "^1.8.0",
"codecov": "^3.8.3",
"eslint": "^8.23.1",
"eslint": "^8.26.0",
"expect.js": "^0.3.1",
"mm": "^3.2.0",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
},
"xctlIpcPath": {
Expand Down
5 changes: 3 additions & 2 deletions scripts/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ exports.os7u = [
'node-v13.14.0',
'node-v14.20.1',
'node-v15.14.0',
'node-v16.17.1',
'node-v16.18.0',
'node-v17.9.1',
];

exports.os8u = [
'node-v18.10.0',
'node-v18.11.0',
'node-v19.0.0',
];

0 comments on commit c2d224c

Please sign in to comment.