Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 5, 2015
1 parent 085da32 commit 593905d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.2.1 (2015-08-05)


#### Bug Fixes

* **main:**
* if not started, when ending, do nothing ([8be97b23](http://github.com/voxpelli/node-promised-retry/commit/8be97b2373d356a9c2d82638be4f470f4daa432a))
* more tests + fixed some bugs found ([3883e5ac](http://github.com/voxpelli/node-promised-retry/commit/3883e5ac6c65ad17e807549e6873d62e8613b20a))


## 0.2.0 (2015-08-04)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promised-retry",
"version": "0.2.0",
"version": "0.2.1",
"description": "A generic promised based retry mechanism. Useful for eg. ensuring an available database or message queue connection",
"homepage": "http://github.com/voxpelli/node-promised-retry",
"repository": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
}
}
}

0 comments on commit 593905d

Please sign in to comment.