From 86284963f35ea3a99ed9c9545252cdc82b6e5c93 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 1 Mar 2016 11:40:48 -0500 Subject: [PATCH] v6.6.3 --- VERSION | 2 +- .../babel-plugin-transform-es2015-modules-commonjs/package.json | 2 +- packages/babel-traverse/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3eae443131..a45cc0adf0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.2 \ No newline at end of file +6.6.3 \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json index 7340e91f52..0d5564fbe5 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.6.2", + "version": "6.6.3", "description": "", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "license": "MIT", diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 8ae1214531..2291a61ddb 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "babel-traverse", - "version": "6.6.2", + "version": "6.6.3", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",