From 5cbb5cc5dd55f33d1d003dcfed2df8de2aee7cbf Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 5 Mar 2019 06:07:30 -0500 Subject: [PATCH] 2.2.3 * Fix CI failures on ubuntu1804 (Richard Lau) * chore: update dependencies (Richard Lau) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4aae08c..424a661 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2019-03-05, Version 2.2.3 +========================= + + * Fix CI failures on ubuntu1804 (Richard Lau) + + * chore: update dependencies (Richard Lau) + + 2019-01-22, Version 2.2.2 ========================= diff --git a/package.json b/package.json index 4fd4150..06c1732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-report", - "version": "2.2.2", + "version": "2.2.3", "description": "Diagnostic Report for Node.js", "homepage": "https://github.com/nodejs/node-report#readme", "repository": {