diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b7318..5686050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.2 (November 16, 2017) + +- fixed issue with different object keys length (#4) + ## 2.0.1 (August 24, 2017) - fixed array-like comparison diff --git a/package.json b/package.json index bc8f1d6..81847b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nano-equal", - "version": "2.0.1", + "version": "2.0.2", "description": "Ultra fast and compact implementation of deep equal without any production dependencies.", "main": "src/index.js", "scripts": {