Skip to content

Commit 94bdfa7

Browse files
authored
Update README. Bump package.json version to 0.10.1 (#217)
1 parent c2dbb3c commit 94bdfa7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ w.on('closed', () => {
286286

287287
Changes
288288
-------
289+
* **0.10.1**
290+
* Fix debug.js memory leak when destroying NSQDConnection objects.
289291
* **0.10.0**
290292
* Fix off by one error for Message maxAttempts. (Thanks @tomc974)
291293
* Fix requeueDelay default to be 90secs instead of 90msec. Updated docs.

package.json

Lines changed: 1 addition & 1 deletion
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.10.0",
4+
"version": "0.10.1",
55
"homepage": "https://github.com/dudleycarr/nsqjs",
66
"author": {
77
"name": "Dudley Carr",

0 commit comments

Comments
 (0)