3.3.0
* fix: handle Error objects with circular properties (dkrantsberg) * chore: update copyrights years (Agnes Lin)
This commit is contained in:
parent
4735e34943
commit
d781b3555f
|
@ -1,3 +1,11 @@
|
||||||
|
2019-09-30, Version 3.3.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* fix: handle Error objects with circular properties (dkrantsberg)
|
||||||
|
|
||||||
|
* chore: update copyrights years (Agnes Lin)
|
||||||
|
|
||||||
|
|
||||||
2018-08-30, Version 3.2.0
|
2018-08-30, Version 3.2.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "strong-error-handler",
|
"name": "strong-error-handler",
|
||||||
"description": "Error handler for use in development and production environments.",
|
"description": "Error handler for use in development and production environments.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue