* 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:
Miroslav Bajtoš 2019-10-12 09:53:58 +02:00
parent 875809d76d
commit b0b138a74d
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 17 additions and 1 deletions

View File

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

View File

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