Skip to content

Commit

Permalink
Bump version to 0.9.2. Update README. (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycarr authored Oct 4, 2017
1 parent 30ffc35 commit 63b6235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ w.on('closed', () => {

Changes
-------
* **0.9.2**
* Fix `Reader.close` to cleanup all intervals to allow node to exit cleanly.
* Upraded Sinon
* Removed .eslintrc
* **0.9.1**
* Fixed Reader close exceptions. (Thanks @ekristen)
* Bump Sinon version
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.9.1",
"version": "0.9.2",
"homepage": "https://github.com/dudleycarr/nsqjs",
"author": {
"name": "Dudley Carr",
Expand Down

0 comments on commit 63b6235

Please sign in to comment.