* feat: add options.rootProperty for json/xml (Raymond Feng)
 * chore: update deps and drop Node 8.x support (Raymond Feng)
This commit is contained in:
Raymond Feng 2020-06-23 10:38:40 -07:00
parent 3eeaaef75a
commit 2ef83b945d
2 changed files with 9 additions and 1 deletions

View File

@ -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
=========================

View File

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