3.0.0
* Allow safeFields to work with arrays (shimks) * run lint (shimks) * drop node 4 from travis and update dependencies (shimks)
This commit is contained in:
parent
0a39f8466a
commit
b5e9abdc45
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2018-06-12, Version 3.0.0
|
||||
=========================
|
||||
|
||||
* Allow safeFields to work with arrays (shimks)
|
||||
|
||||
* run lint (shimks)
|
||||
|
||||
* drop node 4 from travis and update dependencies (shimks)
|
||||
|
||||
|
||||
2018-03-05, Version 2.3.2
|
||||
=========================
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "strong-error-handler",
|
||||
"description": "Error handler for use in development and production environments.",
|
||||
"license": "MIT",
|
||||
"version": "2.3.2",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue