Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
 * Fix use of deprecated methods removed in V8 7.0 (Richard Lau)
 * Fix build on Windows with libuv 1.22 and later (Richard Lau)
 * Rename LICENCE.md to LICENSE.md (Julian Alimin)
 * Update README.md to correct code example (Manusaporn Treerungroj)
 * Add event loop thread times to node-report on OSX, which doesn't support RUSAGE_THREAD. (Howard Hellyer)
 * Replace node::signo_string with local implementation (Richard Chamberlain)
  • Loading branch information
richardlau committed Jan 22, 2019
1 parent 26f88d0 commit c1cec13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2019-01-22, Version 2.2.2
=========================

* Fix use of deprecated methods removed in V8 7.0 (Richard Lau)

* Fix build on Windows with libuv 1.22 and later (Richard Lau)

* Rename LICENCE.md to LICENSE.md (Julian Alimin)

* Update README.md to correct code example (Manusaporn Treerungroj)

* Add event loop thread times to node-report on OSX, which doesn't support RUSAGE_THREAD. (Howard Hellyer)

* Replace node::signo_string with local implementation (Richard Chamberlain)


2017-09-26, Version 2.2.1
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-report",
"version": "2.2.1",
"version": "2.2.2",
"description": "Diagnostic Report for Node.js",
"homepage": "https://github.com/nodejs/node-report#readme",
"repository": {
Expand Down

0 comments on commit c1cec13

Please sign in to comment.