From 5e9007355ce1c96fc9d9a5232092c26d7169738e Mon Sep 17 00:00:00 2001 From: Andres Escobar Date: Thu, 18 Oct 2018 15:43:04 -0700 Subject: [PATCH] chore(version): v2.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31e843a..07f3f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-image-snapshot", - "version": "2.5.0", + "version": "2.6.0", "description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.", "main": "src/index.js", "engines": {