From b0b138a74d04bb702defbbec011f007136add97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Sat, 12 Oct 2019 09:53:58 +0200 Subject: [PATCH] 3.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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š) --- CHANGES.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ddc2cd3..a791ad5 100644 --- a/CHANGES.md +++ b/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 ========================= diff --git a/package.json b/package.json index cd53e1c..7eefa6b 100644 --- a/package.json +++ b/package.json @@ -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" },