From 82a8657a267f0f83f3ad57e4563bca75b712b9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sat, 16 Mar 2019 12:00:05 +0100 Subject: [PATCH] v0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5c3ef9..ee30a75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snapshot-diff", - "version": "0.5.0", + "version": "0.5.1", "description": "Diffing Jest snapshots utility", "main": "build/index.js", "typings": "index.d.ts",