From 1b90ba151a22525d36475a31c7d871fe950209b1 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Mon, 23 Jan 2017 20:42:00 +0300 Subject: [PATCH] 1.4.0 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 66e9099..a02cfb1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 1.4.0 (January 23, 2017) + +- Consider promise rejection as an exception (#15) +- Fixed issue with aggressive test suite re-run on any file update from basis.js dev-server + ## 1.3.0 (October 8, 2016) - Implemented test environment destroy when test is done and file syncing is switched off (#10, @wuzyk) diff --git a/package.json b/package.json index fd6369b..c5567db 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "yatra", "title": "Yatra", "description": "Yatra – user friendly unit-test runner", - "version": "1.3.0", + "version": "1.4.0", "author": "Roman Dvornov ", "license": "MIT", "main": "runner.js",