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

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Dec 3, 2014
1 parent 31c51b9 commit 167a7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Dev
## 0.9.4 - 2014-12-03

* Add `sendFile` action which now should be used instead of
`sendKeys` to set a file to `input[type=file]` elements (@SevInf).
* Correctly parse box-shadow in IE9 (@scf2k).
* Fail only single test if reference image is not found (@SevInf).

## 0.9.3 - 2014-11-07
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": "0.9.3",
"version": "0.9.4",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit 167a7b3

Please sign in to comment.