From b8f5c6f1214de2e42cda91acb4b69325af7e11d2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 4 Mar 2016 18:38:20 +0000 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e650915..e2173e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-react-transform", - "version": "2.0.0", + "version": "2.0.1", "description": "Babel plugin to instrument React components with custom transforms", "main": "lib/index.js", "repository": {