From 833c80f68577f4337353e7f6ff685260aba665dc Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Wed, 10 Oct 2018 22:14:22 +0545 Subject: [PATCH] v1.0.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bf8b4d..85b734c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chai-exclude", - "version": "1.0.9", + "version": "1.0.10", "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",