From 938f4da3ab3b0459f7f1e68b1b7d04054f5f8ed1 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Fri, 30 Nov 2018 18:46:09 +0545 Subject: [PATCH] v1.0.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1c67ae..4372580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chai-exclude", - "version": "1.0.11", + "version": "1.0.12", "description": "Exclude keys to compare from a deep equal operation with chai expect and assert", "main": "lib/chai-exclude.js", "types": "lib/chai-exclude.d.ts",