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)
This commit is contained in:
parent
11a3caf2d3
commit
3b1b432b13
14
CHANGES.md
14
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
|
2019-07-25, Version 3.6.3
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -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 .",
|
||||||
|
|
Loading…
Reference in New Issue