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

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Apr 24, 2015
1 parent 793e276 commit b39bd2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.11.3 - 2015-04-24

* Take into account horizontal scrolling when validating capture area
for viewport screenshot (@scf2k).
* Add missing pollyfills for IE8. This allows to gather coverage in
ie8 (@SevInf).
* Correctly report execptions, thrown during coverage gathering (@SevInf).

## 0.11.2 - 2015-04-21

* Republish 0.11.1 due to npm registry bug.
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.11.2",
"version": "0.11.3",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down

0 comments on commit b39bd2a

Please sign in to comment.