From 2ef83b945d4b286be8aeb3bcc543721702c37cd1 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 23 Jun 2020 10:38:40 -0700 Subject: [PATCH] 3.5.0 * feat: add options.rootProperty for json/xml (Raymond Feng) * chore: update deps and drop Node 8.x support (Raymond Feng) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a791ad5..7fbbf95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2020-06-23, Version 3.5.0 +========================= + + * feat: add options.rootProperty for json/xml (Raymond Feng) + + * chore: update deps and drop Node 8.x support (Raymond Feng) + + 2019-10-12, Version 3.4.0 ========================= diff --git a/package.json b/package.json index 1e8f460..9a7cde0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "strong-error-handler", "description": "Error handler for use in development and production environments.", "license": "MIT", - "version": "3.4.0", + "version": "3.5.0", "engines": { "node": ">=10" },