Skip to content

Commit

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

- Support for `Promise` as result of test function (#6)
- Rework timers and fix issue with race condition when using `setImmediate` polyfill (#3)
- Implement `visit` API
- Rework build and publish

## 1.1.0 (July 1, 2016)

- Add stack trace for exception
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.1.0",
"version": "1.2.0",
"author": "Roman Dvornov <[email protected]>",
"license": "MIT",
"main": "src/reporter.html",
Expand Down

0 comments on commit ebe31fd

Please sign in to comment.