diff --git a/HISTORY.md b/HISTORY.md index a719c58..548f6c7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.json b/package.json index c0e4fc7..16d2a5a 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "main": "src/reporter.html",