Skip to content

Commit 85c49dc

Browse files
author
Ruben Bridgewater
committed
v.2.1.1
1 parent 692dcbf commit 85c49dc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## v.2.1.0 - 30 Oct, 2016
1+
## v.2.1.1 - 31 Oct, 2016
2+
3+
Bugfixes
4+
5+
- Fix erroneous added const to var to support Node.js 0.10
26

37
Features
48

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-parser",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Javascript Redis protocol (RESP) parser",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)