From 3f20f3c59e114397d9b7a02d3e4858db07ad8953 Mon Sep 17 00:00:00 2001 From: Denis Bardadym Date: Mon, 28 Aug 2017 11:39:31 +0300 Subject: [PATCH] Release 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac97f6a..1a51679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "should-equal", - "version": "1.0.1", + "version": "2.0.0", "description": "Deep comparison of 2 instances for should.js", "main": "cjs/should-equal.js", "jsnext:main": "es6/should-equal.js",