From 27d15f40bda9e390d1dcac5722e37a2675425483 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 29 Sep 2017 10:22:56 +0700 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0085cc1..9174f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sindresorhus/is", - "version": "0.1.0", + "version": "0.2.0", "description": "Type check values: `is.string('🦄') //=> true`", "license": "MIT", "repository": "sindresorhus/is",