From f4b6a27199b92fbf3cb8932df6f53e736f1a8e77 Mon Sep 17 00:00:00 2001 From: DudaGod Date: Mon, 3 Oct 2016 03:06:39 +0300 Subject: [PATCH] 4.12.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76791727d..b9931d47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog +## 4.12.0 - 2016-10-03 + +* Added the ability to specify exclude paths in which the gemini tests will not be searched, see [documentation](https://github.com/gemini-testing/gemini/blob/master/doc/config.md#system-settings) +* Fixed bug which causes skip errors which might be occur in listeners of `START_RUNNER` and `END_RUNNER` events + ## 4.11.3 - 2016-09-29 * Second attempt of fixing order of file read events - ## 4.11.2 - 2016-09-27 * Fixed bug which causes emitting `beforeFileRead` after the file has already been read in GeminiFacade diff --git a/package.json b/package.json index 6630ff78e..b42c895f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "4.11.3", + "version": "4.12.0", "description": "UI Screenshot testing utility", "engines": { "node": ">= 4.0.0"