3.5.0
* 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:
parent
3eeaaef75a
commit
2ef83b945d
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue