Skip to content

Commit c645a31

Browse files
authored
Merge pull request #20 from gemini-testing/sipayrt.changelog
3.1.0
2 parents aa60d78 + 498ed84 commit c645a31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.1.0 - 2016-11-11
4+
5+
* Add `ignoreAntialiasing` option to ignore diffs with anti-aliased pixels. Enabled by default.
6+
37
## 3.0.0 - 2016-07-13
48

59
* Remove support for 0.10 and 0.12 NodeJS versions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "looks-same",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)