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" },