3.0.0
* Update paid support URL (Siddhi Pai) * Start 3.x + drop support for Node v0.10/v0.12 (siddhipai) * Drop support for Node v0.10 and v0.12 (Siddhi Pai) * Start the development of the next major version (Siddhi Pai)
This commit is contained in:
parent
c73dbc43b6
commit
080f18a985
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2016-12-21, Version 3.0.0
|
||||
=========================
|
||||
|
||||
* Update paid support URL (Siddhi Pai)
|
||||
|
||||
* Start 3.x + drop support for Node v0.10/v0.12 (siddhipai)
|
||||
|
||||
* Drop support for Node v0.10 and v0.12 (Siddhi Pai)
|
||||
|
||||
* Start the development of the next major version (Siddhi Pai)
|
||||
|
||||
|
||||
2016-11-11, Version 1.10.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Reference in New Issue