From 37f6cc3fe3df89e3b77aa9bb2cb87957fa9759ce Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 4 May 2018 12:30:58 +0700 Subject: [PATCH] 0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e112ef..93c044a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sindresorhus/is", - "version": "0.8.0", + "version": "0.9.0", "description": "Type check values: `is.string('🦄') //=> true`", "license": "MIT", "repository": "sindresorhus/is",