From 1e6445cc2c9481dbd3be090927b6971484379819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 17 Jun 2021 14:02:52 +0200 Subject: [PATCH] v0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02b9b2e..689e6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snapshot-diff", - "version": "0.8.1", + "version": "0.9.0", "description": "Diffing Jest snapshots utility", "main": "build/index.js", "typings": "index.d.ts",