From e17cd227cad3a519a0c333255af91fc648b23f96 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Tue, 21 Jul 2020 13:59:43 +0300 Subject: [PATCH] v4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25250ea..506b2af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "is-plain-object", "description": "Returns true if an object was created by the `Object` constructor, or Object.create(null).", - "version": "4.0.0", + "version": "4.1.0", "homepage": "https://github.com/jonschlinkert/is-plain-object", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [