Skip to content

Commit 7016554

Browse files
committed
v.3.0.0
1 parent 4d86647 commit 7016554

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## v.3.0.0 - 19 May, 2017
1+
# Changelog
2+
3+
## v.3.0.0 - 25 May, 2017
24

35
Breaking Changes
46

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-parser",
3-
"version": "2.6.0",
3+
"version": "3.0.0",
44
"description": "Javascript Redis protocol (RESP) parser",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"hiredis"
2828
],
2929
"engines": {
30-
"node": ">=6"
30+
"node": ">=4"
3131
},
3232
"dependencies": {
3333
"redis-errors": "^1.0.0"

0 commit comments

Comments
 (0)