From 4c1f8090779068018d6f0513df875f420ea45b1c Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Sun, 19 Jun 2016 12:39:51 +0300 Subject: [PATCH] chore: increase version number to v2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daa5758..db80030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-system-import-transformer", - "version": "2.0.0", + "version": "2.1.0", "description": "Babel plugin that replaces System.import with the equivalent UMD pattern", "main": "dist/index.js", "scripts": {