diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a57b3f46..03a44fa3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.12.1 - 2015-05-18 + +* If CSS3 selectors are not supported by particular browser, + [Sizzle.js](https://github.com/jquery/sizzle) will be used for + all queries in that browser (@SevInf). +* Coverage now correctly detects intersection of the elements + and capture area (@scff). + ## 0.12.0 - 2015-05-07 * When capturing element is visible compltely in the viewport do not scroll to diff --git a/package.json b/package.json index 879c9f6fe..1c4e56b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "0.12.0", + "version": "0.12.1", "description": "UI Screenshot testing utility", "bin": { "gemini": "./bin/gemini"