* 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)
This commit is contained in:
Miroslav Bajtoš 2020-03-06 17:21:12 +01:00
parent 11a3caf2d3
commit 3b1b432b13
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 15 additions and 1 deletions

View File

@ -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 2019-07-25, Version 3.6.3
========================= =========================

View File

@ -4,7 +4,7 @@
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"version": "3.6.3", "version": "3.7.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint .",