From 5d61840c10f3270f01836bea263292926f806315 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 5 Nov 2015 11:31:14 +0000 Subject: [PATCH] v6.1.3 --- VERSION | 2 +- packages/babel-browser/package.json | 2 +- .../babel-plugin-transform-es2015-modules-commonjs/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 92f2ea2994..d7ff925cff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.2 \ No newline at end of file +6.1.3 \ No newline at end of file diff --git a/packages/babel-browser/package.json b/packages/babel-browser/package.json index ff134baa65..9acc54149b 100644 --- a/packages/babel-browser/package.json +++ b/packages/babel-browser/package.json @@ -1,6 +1,6 @@ { "name": "babel-browser", - "version": "6.1.2", + "version": "6.1.3", "description": "Babel browser build", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json index 0348de0d07..acf00a3fad 100644 --- a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-modules-commonjs", - "version": "6.0.18", + "version": "6.1.3", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "license": "MIT",