From cdee82785e0930e8f406ca62652c51d78cb994eb Mon Sep 17 00:00:00 2001 From: Kashyap Date: Mon, 30 Oct 2017 12:44:31 +0530 Subject: [PATCH] Release fix for accidental start to profiling --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c837c22..bf050dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-console-perf", - "version": "0.0.1", + "version": "0.0.2", "description": "A plugin that makes it easy to profile functions using console.profile and console.time functions", "main": "index.js", "author": "Kashyap Kondamudi",