From 6091de28ff2cdc709d13a67a96271adbe2e5251d Mon Sep 17 00:00:00 2001 From: Prateek Bhatnagar Date: Tue, 15 Jan 2019 13:38:29 -0800 Subject: [PATCH] Release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e38b796..9867e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-esm-plugin", - "version": "0.2.11", + "version": "0.3.0", "description": "Add this plugin to generate mirrored esm modules for your existing bundles", "main": "src/index.js", "scripts": {