We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d86647 commit 7016554Copy full SHA for 7016554
changelog.md
@@ -1,4 +1,6 @@
1
-## v.3.0.0 - 19 May, 2017
+# Changelog
2
+
3
+## v.3.0.0 - 25 May, 2017
4
5
Breaking Changes
6
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 @@
27
"hiredis"
28
],
29
"engines": {
30
- "node": ">=6"
+ "node": ">=4"
31
},
32
"dependencies": {
33
"redis-errors": "^1.0.0"
0 commit comments