From 11b98171c82991416c3ff82f076d963b0c775184 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 5 Oct 2017 11:21:46 +0700 Subject: [PATCH] 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9174f2e..40412cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sindresorhus/is", - "version": "0.2.0", + "version": "0.2.1", "description": "Type check values: `is.string('🦄') //=> true`", "license": "MIT", "repository": "sindresorhus/is",