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 .",