We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692dcbf commit 85c49dcCopy full SHA for 85c49dc
changelog.md
@@ -1,4 +1,8 @@
1
-## v.2.1.0 - 30 Oct, 2016
+## v.2.1.1 - 31 Oct, 2016
2
+
3
+Bugfixes
4
5
+- Fix erroneous added const to var to support Node.js 0.10
6
7
Features
8
package.json
@@ -1,6 +1,6 @@
{
"name": "redis-parser",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Javascript Redis protocol (RESP) parser",
"main": "index.js",
"scripts": {
0 commit comments