From 3b1b432b137c7cea187689cb8229da7b3d7e155f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 6 Mar 2020 17:21:12 +0100 Subject: [PATCH] 3.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update LTS status in README (Miroslav Bajtoš) * chore: update copyright year (Diana Lau) * Update README.md (Shaun) * chore: improve issue and PR templates (Nora) * chore: drop Node.js 6 and add Node.js 12 to travis (Nora) --- CHANGES.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d374ae3..2145bd1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2020-03-06, Version 3.7.0 +========================= + + * Update LTS status in README (Miroslav Bajtoš) + + * chore: update copyright year (Diana Lau) + + * Update README.md (Shaun) + + * chore: improve issue and PR templates (Nora) + + * chore: drop Node.js 6 and add Node.js 12 to travis (Nora) + + 2019-07-25, Version 3.6.3 ========================= diff --git a/package.json b/package.json index 6f2e4ef..4e0a7b5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=8" }, - "version": "3.6.3", + "version": "3.7.0", "main": "index.js", "scripts": { "lint": "eslint .",