Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 15, 2016
1 parent aaad987 commit 8b8975f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1 (July 15, 2016)

- Fix issue with `assert.async()` called in next code frame, e.g. via `setTimeout()` (#7)

## 1.2.0 (July 13, 2016)

- Support for `Promise` as result of test function (#6)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yatra",
"title": "Yatra",
"description": "Yatra – user friendly unit-test runner",
"version": "1.2.0",
"version": "1.2.1",
"author": "Roman Dvornov <[email protected]>",
"license": "MIT",
"main": "src/reporter.html",
Expand Down

0 comments on commit 8b8975f

Please sign in to comment.