Skip to content

Commit

Permalink
Update README. Bump package.json version to 0.10.1 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycarr authored Feb 17, 2018
1 parent c2dbb3c commit 94bdfa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ w.on('closed', () => {

Changes
-------
* **0.10.1**
* Fix debug.js memory leak when destroying NSQDConnection objects.
* **0.10.0**
* Fix off by one error for Message maxAttempts. (Thanks @tomc974)
* Fix requeueDelay default to be 90secs instead of 90msec. Updated docs.
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "0.10.1",
"homepage": "https://github.com/dudleycarr/nsqjs",
"author": {
"name": "Dudley Carr",
Expand Down

0 comments on commit 94bdfa7

Please sign in to comment.