From 080f18a985672f9495b69c7e082b38a0e3ffcc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 21 Dec 2016 12:31:35 +0100 Subject: [PATCH] 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) --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f8c8407..d91e637 100644 --- a/CHANGES.md +++ b/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 ========================== diff --git a/package.json b/package.json index f83b592..24cdbf8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=4" }, - "version": "3.0.0-alpha.1", + "version": "3.0.0", "main": "index.js", "scripts": { "lint": "eslint .",