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

Commit c1cec13

Browse files
committed
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)
1 parent 26f88d0 commit c1cec13

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2019-01-22, Version 2.2.2
2+
=========================
3+
4+
* Fix use of deprecated methods removed in V8 7.0 (Richard Lau)
5+
6+
* Fix build on Windows with libuv 1.22 and later (Richard Lau)
7+
8+
* Rename LICENCE.md to LICENSE.md (Julian Alimin)
9+
10+
* Update README.md to correct code example (Manusaporn Treerungroj)
11+
12+
* Add event loop thread times to node-report on OSX, which doesn't support RUSAGE_THREAD. (Howard Hellyer)
13+
14+
* Replace node::signo_string with local implementation (Richard Chamberlain)
15+
16+
117
2017-09-26, Version 2.2.1
218
=========================
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-report",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Diagnostic Report for Node.js",
55
"homepage": "https://github.com/nodejs/node-report#readme",
66
"repository": {

0 commit comments

Comments
 (0)