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

Commit 730dfa3

Browse files
committed
2.2.1
* Update README to show support for Node.js 8 (Richard Chamberlain) * Remove use of std::map to sort version strings (Richard Chamberlain) * Restructure node_report.cc, move functions to utilities.cc (Richard Chamberlain) * Fix compile and linking issues on Alpine Linux (Richard Chamberlain)
1 parent ea57202 commit 730dfa3

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2017-09-26, Version 2.2.1
2+
=========================
3+
4+
* Update README to show support for Node.js 8 (Richard Chamberlain)
5+
6+
* Remove use of std::map to sort version strings (Richard Chamberlain)
7+
8+
* Restructure node_report.cc, move functions to utilities.cc (Richard Chamberlain)
9+
10+
* Fix compile and linking issues on Alpine Linux (Richard Chamberlain)
11+
12+
113
2017-05-30, Version 2.2.0
214
=========================
315

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.0",
3+
"version": "2.2.1",
44
"description": "Diagnostic Report for Node.js",
55
"homepage": "https://github.com/nodejs/node-report#readme",
66
"repository": {

0 commit comments

Comments
 (0)