Skip to content

Commit

Permalink
release v1.2.5
Browse files Browse the repository at this point in the history
Notable Changes:

  - Support node-v15.x

Commits:

  - [2c6c698] docs: update demo & binary host
  - [7e2c2cc] refactor: refactor the heap log with macros
  - [1c82aa5] deps: update dependencies
  - [fbfc601] fix: ignore ENOENT error when cleaning logdir
  - [956105f] feat: support node-v15.x

PR-URL: #92
Published-Reviewed-BY: hyj1991 <[email protected]>
  • Loading branch information
hyj1991 authored Nov 11, 2020
1 parent 956105f commit fac362b
Showing 1 changed file with 1 addition and 1 deletion.
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": "1.2.4",
"version": "1.2.5",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down

0 comments on commit fac362b

Please sign in to comment.