From dc6001d6fef4c43884ed912cce4632dfae674a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 7 May 2020 07:45:42 +0200 Subject: [PATCH] v0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba76af8..87bc3bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snapshot-diff", - "version": "0.7.0", + "version": "0.8.0", "description": "Diffing Jest snapshots utility", "main": "build/index.js", "typings": "index.d.ts",