3.4.0
* chore: js2xmlparser to ^4.0.0 (Miroslav Bajtoš) * chore: update dev-dependencies (mocha, supertest) (Miroslav Bajtoš) * chore: update eslint & config to latest (Miroslav Bajtoš) * chore: update strong-globalize to ^5.0.2 (Miroslav Bajtoš) * chore: update debug to ^4.1.1 (Miroslav Bajtoš) * feat: drop support for Node.js 6.x (Miroslav Bajtoš)
This commit is contained in:
parent
875809d76d
commit
b0b138a74d
16
CHANGES.md
16
CHANGES.md
|
@ -1,3 +1,19 @@
|
|||
2019-10-12, Version 3.4.0
|
||||
=========================
|
||||
|
||||
* chore: js2xmlparser to ^4.0.0 (Miroslav Bajtoš)
|
||||
|
||||
* chore: update dev-dependencies (mocha, supertest) (Miroslav Bajtoš)
|
||||
|
||||
* chore: update eslint & config to latest (Miroslav Bajtoš)
|
||||
|
||||
* chore: update strong-globalize to ^5.0.2 (Miroslav Bajtoš)
|
||||
|
||||
* chore: update debug to ^4.1.1 (Miroslav Bajtoš)
|
||||
|
||||
* feat: drop support for Node.js 6.x (Miroslav Bajtoš)
|
||||
|
||||
|
||||
2019-09-30, Version 3.3.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "strong-error-handler",
|
||||
"description": "Error handler for use in development and production environments.",
|
||||
"license": "MIT",
|
||||
"version": "3.3.0",
|
||||
"version": "3.4.0",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue