Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Oct 5, 2016
1 parent 9a85471 commit f4b6a27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "4.11.3",
"version": "4.12.0",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"
Expand Down

0 comments on commit f4b6a27

Please sign in to comment.