From cae0781b8077a746c165c4341979f9fbc272892e Mon Sep 17 00:00:00 2001 From: Luca Ban Date: Mon, 8 Mar 2021 11:13:13 +0900 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acc98b5..79f1710 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "is-what", "sideEffects": false, - "version": "3.14.1", + "version": "4.0.0", "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.", "type": "module", "exports": "./dist/index.js",