From da974b61f813f78a8072acbbdfd3669b598f4535 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Sat, 8 Jun 2024 23:14:27 +0545 Subject: [PATCH] v2.1.1 --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f221bd..dd42b77 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Exclude keys to compare from a deep equal operation with chai [expect](http://ch Sometimes you'll need to exclude object properties that generate unique values while doing a deep equal operation. This plugin makes it easier to remove those properties from comparison. -https://github.com/chaijs/chai/issues/885 - Works with both objects and array of objects with or without circular references. ## Installation diff --git a/package.json b/package.json index 6d90b56..c8dc35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chai-exclude", - "version": "2.1.0", + "version": "2.1.1", "description": "Exclude keys to compare from a deep equal operation with chai expect and assert", "main": "chai-exclude.js", "types": "index.d.ts",