Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 30, 2016
1 parent 4a24dbb commit 6244b74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.2.1 / 2016-05-30
==================

* index: default props to `{}`

0.2.0 / 2016-05-30
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "async-retry",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "./build/lib/index",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test('bail', async (t) => {
}
});

test.only('bail + return', async (t) => {
test('bail + return', async (t) => {
let _err;
try {
await Promise.resolve(retry(async (bail, num) => {
Expand Down

0 comments on commit 6244b74

Please sign in to comment.