* 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:
Miroslav Bajtoš 2016-12-21 12:31:35 +01:00
parent c73dbc43b6
commit 080f18a985
2 changed files with 13 additions and 1 deletions

View File

@ -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
==========================

View File

@ -4,7 +4,7 @@
"engines": {
"node": ">=4"
},
"version": "3.0.0-alpha.1",
"version": "3.0.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",