From 701655430f5f7d9ca00892a02f7eefcbc1193a98 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 25 May 2017 20:51:36 +0200 Subject: [PATCH] v.3.0.0 --- changelog.md | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index fbab252..551b9b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ -## v.3.0.0 - 19 May, 2017 +# Changelog + +## v.3.0.0 - 25 May, 2017 Breaking Changes diff --git a/package.json b/package.json index 0fa2c63..0c3287b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-parser", - "version": "2.6.0", + "version": "3.0.0", "description": "Javascript Redis protocol (RESP) parser", "main": "index.js", "scripts": { @@ -27,7 +27,7 @@ "hiredis" ], "engines": { - "node": ">=6" + "node": ">=4" }, "dependencies": { "redis-errors": "^1.0.0"