Skip to content

Commit e2ac77d

Browse files
author
Dudley Carr
committed
Merge pull request #59 from dudleycarr/fix-build-new-node-versions
Fix Node v0.12 and iojs install
2 parents 8acb70f + 84f4476 commit e2ac77d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ w.on Writer.CLOSED, ->
351351

352352
Changes
353353
-------
354+
* **0.7.2**
355+
* Fix build for iojs and node v0.12
356+
* Bumped snappystream version.
354357
* **0.7.1**
355358
* Fix connection returning to max connection RDY after backoff
356359
* Fix backoff ignored when `message.finish` is called after backoff event.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nsqjs",
33
"description": "NodeJS client for NSQ",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"homepage": "https://github.com/dudleycarr/nsqjs",
66
"author": {
77
"name": "Dudley Carr",
@@ -65,7 +65,7 @@
6565
"node-int64": "~0.3.0",
6666
"node-state": "~1.4.1",
6767
"request": "~2.30.0",
68-
"snappystream": "0.3.0",
68+
"snappystream": "0.3.1",
6969
"underscore": "~1.5.2"
7070
}
7171
}

src/version.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '0.7.1'
1+
module.exports = '0.7.2'

0 commit comments

Comments
 (0)