From 00934408664c7150442fecab365d933a59bd3fa2 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 3 Jul 2020 06:59:58 -0400 Subject: [PATCH] 2.2.11 * build: disable compiler inlining on z/OS (#146) (Gaby Baghdadi) * readme: add sunset info (#144) (Gireesh Punathil) --- CHANGES.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d88f9de..302fc3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,12 @@ -2020-01-13, Version 2.2.10 +2020-07-03, Version 2.2.11 +========================== + + * build: disable compiler inlining on z/OS (#146) (Gaby Baghdadi) + + * readme: add sunset info (#144) (Gireesh Punathil) + + +2020-01-12, Version 2.2.10 ========================== * Add hostname to Machine line on AIX (#141) (Richard Lau) diff --git a/package.json b/package.json index c37ec68..e2740bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-report", - "version": "2.2.10", + "version": "2.2.11", "description": "Diagnostic Report for Node.js", "homepage": "https://github.com/nodejs/node-report#readme", "repository": {