From 5ab83f81a36e6cc474484ff44ce9375ca1199a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 27 May 2018 20:12:45 +0200 Subject: [PATCH] v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e0b9dc..bc05729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snapshot-diff", - "version": "0.3.0", + "version": "0.4.0", "description": "Diffing Jest snapshots utility", "main": "build/index.js", "typings": "index.d.ts",