From b7e401ba2b0ae908100296830864df476cb2fa2d Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 8 Dec 2017 00:23:38 +0200 Subject: [PATCH] chore(release): 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 328a6b3068..dc80f76352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-from-npm-registry", - "version": "0.0.0", + "version": "0.1.0", "description": "A fetch lib specifically for using with the npm registry", "main": "lib/index.js", "typings": "lib/index.d.ts",