From e64aeb73164d1b164c1eafde424c88d8d4f77f0b Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Sat, 11 Jun 2016 00:36:09 -0700 Subject: [PATCH] v6.10.1 --- VERSION | 2 +- packages/babel-cli/package.json | 2 +- .../babel-plugin-transform-es2015-block-scoping/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 11946a9fd7..83c2b6325b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.10.0 \ No newline at end of file +6.10.1 \ No newline at end of file diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 11581c4f2e..043f570af8 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "babel-cli", - "version": "6.10.0", + "version": "6.10.1", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-plugin-transform-es2015-block-scoping/package.json b/packages/babel-plugin-transform-es2015-block-scoping/package.json index 5749f8a0c9..9627028db3 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoping/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-block-scoping", - "version": "6.10.0", + "version": "6.10.1", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping", "license": "MIT",