From 86c64a5c75ccc35f7fdc844993aee75e7d7d5905 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 31 Oct 2019 15:33:57 -0400 Subject: [PATCH] 2.2.9 * Apply EBCDIC to ASCII conversions only if node wasn't built with -qASCII (#138) (Gaby Baghdadi) --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0af677d..9cae4f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +2019-10-31, Version 2.2.9 +========================= + + * Apply EBCDIC to ASCII conversions only if node wasn't built with -qASCII (#138) (Gaby Baghdadi) + + 2019-07-10, Version 2.2.8 ========================= diff --git a/package.json b/package.json index 88cc28a..4068345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-report", - "version": "2.2.8", + "version": "2.2.9", "description": "Diagnostic Report for Node.js", "homepage": "https://github.com/nodejs/node-report#readme", "repository": {