Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 8, 2016
1 parent 86a7566 commit e90196c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.0 (October 8, 2016)

- Implemented test environment destroy when test is done and file syncing is switched off (#10, @wuzyk)
- Fixed issue with nested `assert.async()` fails on low CPU (#13, @wuzyk)

## 1.2.3 (July 16, 2016)

- Fixed `assert.visited()` wrong failure for first test in just inited scope
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.3",
"version": "1.3.0",
"author": "Roman Dvornov <[email protected]>",
"license": "MIT",
"main": "runner.js",
Expand Down

0 comments on commit e90196c

Please sign in to comment.