Skip to content

Commit

Permalink
Merge pull request #59 from dudleycarr/fix-build-new-node-versions
Browse files Browse the repository at this point in the history
Fix Node v0.12 and iojs install
  • Loading branch information
Dudley Carr committed Mar 1, 2015
2 parents 8acb70f + 84f4476 commit e2ac77d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ w.on Writer.CLOSED, ->

Changes
-------
* **0.7.2**
* Fix build for iojs and node v0.12
* Bumped snappystream version.
* **0.7.1**
* Fix connection returning to max connection RDY after backoff
* Fix backoff ignored when `message.finish` is called after backoff event.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nsqjs",
"description": "NodeJS client for NSQ",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/dudleycarr/nsqjs",
"author": {
"name": "Dudley Carr",
Expand Down Expand Up @@ -65,7 +65,7 @@
"node-int64": "~0.3.0",
"node-state": "~1.4.1",
"request": "~2.30.0",
"snappystream": "0.3.0",
"snappystream": "0.3.1",
"underscore": "~1.5.2"
}
}
2 changes: 1 addition & 1 deletion src/version.coffee
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.7.1'
module.exports = '0.7.2'

0 comments on commit e2ac77d

Please sign in to comment.