From e8ac7dc4aaf8d1f9a9b07ae0b0e50e45fb24fbba Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 7 Nov 2017 10:23:46 +0700 Subject: [PATCH] 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae72df0..516866c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sindresorhus/is", - "version": "0.4.0", + "version": "0.5.0", "description": "Type check values: `is.string('🦄') //=> true`", "license": "MIT", "repository": "sindresorhus/is",