From b2bb3e7d3717de9734a3881156b1f8ab00236fe9 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 10 Jul 2018 16:56:38 +0700 Subject: [PATCH] 0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a9c07d..c1938fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sindresorhus/is", - "version": "0.10.0", + "version": "0.11.0", "description": "Type check values: `is.string('🦄') //=> true`", "license": "MIT", "repository": "sindresorhus/is",