From d7f828924f34cd1c97100faa6616345d2b57090b Mon Sep 17 00:00:00 2001 From: Daniel Hreben Date: Fri, 9 Oct 2020 15:20:18 +1100 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62fb856..5af380a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-matcher-specific-error", - "version": "0.0.8", + "version": "1.0.0", "description": "Make sure your function really throws what you expect", "main": "dist/src/index.js", "types": "types/index.d.ts",